package android.content.pm;
public class LauncherActivityInfo
{
LauncherActivityInfo() { throw new RuntimeException("Stub!"); }
public android.content.ComponentName getComponentName() { throw new RuntimeException("Stub!"); }
public android.os.UserHandle getUser() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence getLabel() { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable getIcon(int density) { throw new RuntimeException("Stub!"); }
public android.content.pm.ApplicationInfo getApplicationInfo() { throw new RuntimeException("Stub!"); }
public long getFirstInstallTime() { throw new RuntimeException("Stub!"); }
public java.lang.String getName() { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable getBadgedIcon(int density) { throw new RuntimeException("Stub!"); }
}
|