Lines Matching refs:active

218     // The following user restrictions cannot be changed by any active admin, including device
1238 throw new SecurityException("No active admin owned by uid "
1251 throw new SecurityException("No active admin " + who);
1480 out.startTag(null, "active-password");
1490 out.endTag(null, "active-password");
1613 } else if ("active-password".equals(tag)) {
1752 + " no longer active; disabling");
1946 * @param refreshing true = update an active admin, no error
2032 throw new SecurityException("No active admin " + adminReceiver);
2090 // Active device owners must remain active admins.
2717 // The active password is stored in the user that runs the launcher
2724 // This API can only be called by an active device admin,
2746 // This API can only be called by an active device admin,
2751 // The active password is stored in the parent.
2768 // This API can only be called by an active device admin,
2847 // This api can only be called by an active device admin,
3080 // This API can only be called by an active device admin,
3344 // This API can only be called by an active device admin,
3467 enforceNotManagedProfile(userHandle, "set the active password");
3612 // Scan through active admins and find if anyone has already
3661 // Scan through active admins and find if anyone has already
3790 * active admins.
3897 * active admin (if given admin is null).
4008 * active admins.
4022 // Determine whether or not the device camera is disabled for any active admins.
4060 * or the aggregate of all active admins if who is null.
4089 // Determine which keyguard features are disabled by any active admin.
4201 // Returns the active device owner or null if there is no device owner.
4571 // Returns the active profile owner for this user or null if the current user has no
4911 final ActiveAdmin active = policy.mAdminList.get(i);
4912 final boolean disablesTrust = (active.disabledKeyguardFeatures
4914 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);
4922 Log.w(LOG_TAG, "Ignoring admin " + active.info
5578 // This API can only be called by an active device admin,
5620 // This API can only be called by an active device admin,
5747 // when the package is a system app, or when it is an active device admin.