Searched refs:getManagedProfile (Results 1 – 7 of 7) sorted by relevance
67 Utils.getManagedProfile(mUserManager).getIdentifier()); in testGetManagedProfile()77 assertNull(Utils.getManagedProfile(mUserManager)); in testGetManagedProfile_notPresent()
381 managedProfileUserId = getManagedProfile(context).getIdentifier(); in markUserProvisioningStateInitiallyDone()438 managedProfileUserId = getManagedProfile(context).getIdentifier(); in markUserProvisioningStateFinalized()465 public UserHandle getManagedProfile(Context context) { in getManagedProfile() method in Utils482 UserHandle managedUser = getManagedProfile(context); in alreadyHasManagedProfile()
33 return Utils.getManagedProfile(UserManager.get(context)) != null; in isAvailable()
113 final UserHandle managedProfile = Utils.getManagedProfile(UserManager.get(context)); in AppListPreference()123 final UserHandle managedProfile = Utils.getManagedProfile(UserManager.get(context)); in AppListPreference()
599 public static UserHandle getManagedProfile(UserManager userManager) { in getManagedProfile() method in Utils
113 UserHandle managedUserHandle = mUtils.getManagedProfile(this); in finalizeManagedProfileOwnerProvisioning()
250 mManagedProfile = Utils.getManagedProfile(mUm); in setupManagedProfileCategory()