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

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

Completed in 1257 milliseconds