Lines Matching full:admin
22 import android.app.admin.DeviceAdminInfo;
23 import android.app.admin.DeviceAdminReceiver;
24 import android.app.admin.DevicePolicyManager;
75 // an admin.
95 * Internal collection of device admin info objects for all profiles associated with the current
270 // Disable item if admin is being removed
360 * @param alreadyAddedComponents the set of active admin component names. Receivers of
402 * active admin components associated with a profile.
430 // admin is already on SD card, just show it.
441 * Creates a device admin info object for the resolved intent that points to the component of
442 * the device admin.
444 * @param ai ActivityInfo for the admin component.
457 * Extracts the user id from a device admin info object.
459 * @return identifier of the user associated with the device admin.