Searched defs:ComponentName (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/content/
H A DComponentName.java35 public final class ComponentName implements Parcelable, Cloneable, Comparable<ComponentName> { class in inherits:Parcelable,Cloneable,Comparable
47 public ComponentName(String pkg, String cls) { method in class:ComponentName
62 public ComponentName(Context pkg, String cls) { method in class:ComponentName
76 public ComponentName(Context pkg, Class<?> cls) { method in class:ComponentName
81 public ComponentName clone() {
82 return new ComponentName(mPackage, mClass);
142 * class names contained in the ComponentName. You can later recover
143 * the ComponentName from this string through
192 * Recover a ComponentName fro
325 public ComponentName(Parcel in) { method in class:ComponentName
334 private ComponentName(String pkg, Parcel in) { method in class:ComponentName
[all...]

Completed in 78 milliseconds