Searched refs:getManagedProfileWithDisabled (Results 1 – 2 of 2) sorted by relevance
32 mUserHandle = Utils.getManagedProfileWithDisabled(mUserManager); in AutoSyncWorkDataPreferenceController()42 mUserHandle = Utils.getManagedProfileWithDisabled(mUserManager); in isAvailable()
453 public static UserHandle getManagedProfileWithDisabled(UserManager userManager) { in getManagedProfileWithDisabled() method in Utils454 return getManagedProfileWithDisabled(userManager, UserHandle.myUserId()); in getManagedProfileWithDisabled()461 private static UserHandle getManagedProfileWithDisabled(UserManager um, int parentUserId) { in getManagedProfileWithDisabled() method in Utils481 final UserHandle profile = getManagedProfileWithDisabled(um, parentUserId); in getManagedProfileId()