All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.ComponentName Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.content;
public final class ComponentName
  implements android.os.Parcelable, java.lang.Comparable
{
public  ComponentName(java.lang.String pkg, java.lang.String cls) { throw new RuntimeException("Stub!"); }
public  ComponentName(android.content.Context pkg, java.lang.String cls) { throw new RuntimeException("Stub!"); }
public  ComponentName(android.content.Context pkg, java.lang.Class cls) { throw new RuntimeException("Stub!"); }
public  ComponentName(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public  java.lang.String getPackageName() { throw new RuntimeException("Stub!"); }
public  java.lang.String getClassName() { throw new RuntimeException("Stub!"); }
public  java.lang.String getShortClassName() { throw new RuntimeException("Stub!"); }
public  java.lang.String flattenToString() { throw new RuntimeException("Stub!"); }
public  java.lang.String flattenToShortString() { throw new RuntimeException("Stub!"); }
public static  android.content.ComponentName unflattenFromString(java.lang.String str) { throw new RuntimeException("Stub!"); }
public  java.lang.String toShortString() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  int compareTo(android.content.ComponentName that) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static  void writeToParcel(android.content.ComponentName c, android.os.Parcel out) { throw new RuntimeException("Stub!"); }
public static  android.content.ComponentName readFromParcel(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy