FileDocCategorySizeDatePackage
ComponentInfo.javaAPI DocAndroid 5.1 API1303Sat Mar 14 14:09:36 GMT 2015android.content.pm

ComponentInfo.java

package android.content.pm;
public class ComponentInfo
  extends android.content.pm.PackageItemInfo
{
public  ComponentInfo() { throw new RuntimeException("Stub!"); }
public  ComponentInfo(android.content.pm.ComponentInfo orig) { throw new RuntimeException("Stub!"); }
protected  ComponentInfo(android.os.Parcel source) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence loadLabel(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public  boolean isEnabled() { throw new RuntimeException("Stub!"); }
public final  int getIconResource() { throw new RuntimeException("Stub!"); }
public final  int getLogoResource() { throw new RuntimeException("Stub!"); }
public final  int getBannerResource() { throw new RuntimeException("Stub!"); }
protected  void dumpFront(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
protected  void dumpBack(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int parcelableFlags) { throw new RuntimeException("Stub!"); }
public android.content.pm.ApplicationInfo applicationInfo;
public int descriptionRes;
public boolean enabled;
public boolean exported;
public java.lang.String processName;
}