File
Doc
Category
Size
Date
Package
ComponentName.java
API Doc
Android 5.1 API
2184
Sat Mar 14 14:09:42 GMT 2015
android.content
ComponentName
java.lang.Object
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.ComponentName
clone
()
throw new RuntimeException("Stub!");
public
int
compareTo
(
android.content.ComponentName
that)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
java.lang.String
flattenToShortString
()
throw new RuntimeException("Stub!");
public
java.lang.String
flattenToString
()
throw new RuntimeException("Stub!");
public
java.lang.String
getClassName
()
throw new RuntimeException("Stub!");
public
java.lang.String
getPackageName
()
throw new RuntimeException("Stub!");
public
java.lang.String
getShortClassName
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public static
android.content.ComponentName
readFromParcel
(
android.os.Parcel
in)
throw new RuntimeException("Stub!");
public
java.lang.String
toShortString
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public static
android.content.ComponentName
unflattenFromString
(
java.lang.String
str)
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!");
Java Code Source