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

/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java52 * handle {@link #ACTION_DEVICE_ADMIN_ENABLED} and require the
86 public static final String ACTION_DEVICE_ADMIN_ENABLED field in class:DeviceAdminReceiver
472 * receiving {@link #ACTION_DEVICE_ADMIN_ENABLED}. At this point you
877 } else if (ACTION_DEVICE_ADMIN_ENABLED.equals(action)) {

Completed in 26 milliseconds