FileDocCategorySizeDatePackage
DeviceAdminInfo.javaAPI DocAndroid 5.1 API2333Sat Mar 14 14:09:38 GMT 2015android.app.admin

DeviceAdminInfo

public final class DeviceAdminInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
USES_ENCRYPTED_STORAGE
public static final int
USES_POLICY_DISABLE_CAMERA
public static final int
USES_POLICY_DISABLE_KEYGUARD_FEATURES
public static final int
USES_POLICY_EXPIRE_PASSWORD
public static final int
USES_POLICY_FORCE_LOCK
public static final int
USES_POLICY_LIMIT_PASSWORD
public static final int
USES_POLICY_RESET_PASSWORD
public static final int
USES_POLICY_WATCH_LOGIN
public static final int
USES_POLICY_WIPE_DATA
Constructors Summary
public DeviceAdminInfo(android.content.Context context, android.content.pm.ResolveInfo receiver)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public voiddump(android.util.Printer pw, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public android.content.pm.ActivityInfogetActivityInfo()

 throw new RuntimeException("Stub!"); 
public android.content.ComponentNamegetComponent()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPackageName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetReceiverName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetTagForPolicy(int policyIdent)

 throw new RuntimeException("Stub!"); 
public booleanisVisible()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadDescription(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawableloadIcon(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadLabel(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public booleanusesPolicy(int policyIdent)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");