Home
last modified time | relevance | path

Searched refs:getManagedProfile (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/
DUtilsTest.java67 Utils.getManagedProfile(mUserManager).getIdentifier()); in testGetManagedProfile()
77 assertNull(Utils.getManagedProfile(mUserManager)); in testGetManagedProfile_notPresent()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java381 managedProfileUserId = getManagedProfile(context).getIdentifier(); in markUserProvisioningStateInitiallyDone()
438 managedProfileUserId = getManagedProfile(context).getIdentifier(); in markUserProvisioningStateFinalized()
465 public UserHandle getManagedProfile(Context context) { in getManagedProfile() method in Utils
482 UserHandle managedUser = getManagedProfile(context); in alreadyHasManagedProfile()
/packages/apps/Settings/src/com/android/settings/
DWorkOnlyCategory.java33 return Utils.getManagedProfile(UserManager.get(context)) != null; in isAvailable()
DAppListPreference.java113 final UserHandle managedProfile = Utils.getManagedProfile(UserManager.get(context)); in AppListPreference()
123 final UserHandle managedProfile = Utils.getManagedProfile(UserManager.get(context)); in AppListPreference()
DUtils.java599 public static UserHandle getManagedProfile(UserManager userManager) { in getManagedProfile() method in Utils
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DFinalizationActivity.java113 UserHandle managedUserHandle = mUtils.getManagedProfile(this); in finalizeManagedProfileOwnerProvisioning()
/packages/apps/Settings/src/com/android/settings/location/
DLocationSettings.java250 mManagedProfile = Utils.getManagedProfile(mUm); in setupManagedProfileCategory()