android.content.ComponentName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
package android.content;
public final class ComponentName
implements android.os.Parcelable, java.lang.Cloneable, 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 android.content.ComponentName clone() { 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; }
}