File
Doc
Category
Size
Date
Package
DeviceAdminInfo.java
API Doc
Android 5.1 API
2333
Sat Mar 14 14:09:38 GMT 2015
android.app.admin
DeviceAdminInfo
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public void
dump
(
android.util.Printer
pw,
java.lang.String
prefix)
throw new RuntimeException("Stub!");
public
android.content.pm.ActivityInfo
getActivityInfo
()
throw new RuntimeException("Stub!");
public
android.content.ComponentName
getComponent
()
throw new RuntimeException("Stub!");
public
java.lang.String
getPackageName
()
throw new RuntimeException("Stub!");
public
java.lang.String
getReceiverName
()
throw new RuntimeException("Stub!");
public
java.lang.String
getTagForPolicy
(
int
policyIdent)
throw new RuntimeException("Stub!");
public
boolean
isVisible
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadDescription
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
loadIcon
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadLabel
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public
boolean
usesPolicy
(
int
policyIdent)
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source