File
Doc
Category
Size
Date
Package
ComponentInfo.java
API Doc
Android 5.1 API
1303
Sat Mar 14 14:09:36 GMT 2015
android.content.pm
ComponentInfo
java.lang.Object
android.content.pm.PackageItemInfo
public class ComponentInfo extends android.content.pm.PackageItemInfo
Fields Summary
public android.content.pm.ApplicationInfo
applicationInfo
public int
descriptionRes
public boolean
enabled
public boolean
exported
public String
processName
Constructors Summary
public ComponentInfo
()
throw new RuntimeException("Stub!");
public ComponentInfo
(
ComponentInfo
orig)
throw new RuntimeException("Stub!");
protected ComponentInfo
(
android.os.Parcel
source)
throw new RuntimeException("Stub!");
Methods Summary
protected void
dumpBack
(
android.util.Printer
pw,
java.lang.String
prefix)
throw new RuntimeException("Stub!");
protected void
dumpFront
(
android.util.Printer
pw,
java.lang.String
prefix)
throw new RuntimeException("Stub!");
public final
int
getBannerResource
()
throw new RuntimeException("Stub!");
public final
int
getIconResource
()
throw new RuntimeException("Stub!");
public final
int
getLogoResource
()
throw new RuntimeException("Stub!");
public
boolean
isEnabled
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadLabel
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
parcelableFlags)
throw new RuntimeException("Stub!");
Java Code Source