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()
471 public static UserHandle getManagedProfileWithDisabled(UserManager userManager) { in getManagedProfileWithDisabled() method in Utils472 return getManagedProfileWithDisabled(userManager, UserHandle.myUserId()); in getManagedProfileWithDisabled()479 private static UserHandle getManagedProfileWithDisabled(UserManager um, int parentUserId) { in getManagedProfileWithDisabled() method in Utils499 final UserHandle profile = getManagedProfileWithDisabled(um, parentUserId); in getManagedProfileId()