Searched refs:canHaveRestrictedProfile (Results 1 – 6 of 6) sorted by relevance
68 boolean canHaveRestrictedProfile(int userHandle); in canHaveRestrictedProfile() method
1494 public boolean canHaveRestrictedProfile(@UserIdInt int userId) { in canHaveRestrictedProfile() method in UserManager1496 return mService.canHaveRestrictedProfile(userId); in canHaveRestrictedProfile()
998 private boolean canHaveRestrictedProfile(int userId) { in canHaveRestrictedProfile() method in Vpn1001 return UserManager.get(mContext).canHaveRestrictedProfile(userId); in canHaveRestrictedProfile()1192 if (canHaveRestrictedProfile(userHandle)) { in createUserAndRestrictedProfilesRanges()
686 }).when(mUserManager).canHaveRestrictedProfile(anyInt()); in setMockedUsers()
1216 public boolean canHaveRestrictedProfile(int userId) { in canHaveRestrictedProfile() method in UserManagerService
5640 PLcom/android/server/connectivity/Vpn;->canHaveRestrictedProfile(I)Z11765 PLcom/android/server/pm/UserManagerService;->canHaveRestrictedProfile(I)Z