FileDocCategorySizeDatePackage
ComponentName.javaAPI DocAndroid 5.1 API2184Sat Mar 14 14:09:42 GMT 2015android.content

ComponentName

public final class ComponentName extends Object implements Cloneable, android.os.Parcelable, Comparable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public ComponentName(String pkg, String cls)

 throw new RuntimeException("Stub!"); 
public ComponentName(android.content.Context pkg, String cls)

 throw new RuntimeException("Stub!"); 
public ComponentName(android.content.Context pkg, Class cls)

 throw new RuntimeException("Stub!"); 
public ComponentName(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.content.ComponentNameclone()

 throw new RuntimeException("Stub!"); 
public intcompareTo(android.content.ComponentName that)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public java.lang.StringflattenToShortString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringflattenToString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetClassName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPackageName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetShortClassName()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public static android.content.ComponentNamereadFromParcel(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoShortString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public static android.content.ComponentNameunflattenFromString(java.lang.String str)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!"); 
public static voidwriteToParcel(android.content.ComponentName c, android.os.Parcel out)

 throw new RuntimeException("Stub!");