Searched defs:DevicePolicyManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java94 public class DevicePolicyManager { class
95 private static String TAG = "DevicePolicyManager";
101 private DevicePolicyManager(Context context, boolean parentInstance) { method in class:DevicePolicyManager
110 protected DevicePolicyManager( method in class:DevicePolicyManager
118 public static DevicePolicyManager create(Context context) {
119 DevicePolicyManager me = new DevicePolicyManager(context, false);
1329 * This method can be called on the {@link DevicePolicyManager} instance returned by
1356 * <p>This method can be called on the {@link DevicePolicyManager} instance
1395 * This method can be called on the {@link DevicePolicyManager} instanc
[all...]

Completed in 4412 milliseconds