Searched refs:canHaveRestrictedProfile (Results 1 – 6 of 6) sorted by relevance
86 boolean canHaveRestrictedProfile(int userId); in canHaveRestrictedProfile() method
2877 public boolean canHaveRestrictedProfile() { in canHaveRestrictedProfile() method in UserManager2879 return mService.canHaveRestrictedProfile(mUserId); in canHaveRestrictedProfile()
1804 private boolean canHaveRestrictedProfile(int userId) { in canHaveRestrictedProfile() method in Vpn1808 return userContext.getSystemService(UserManager.class).canHaveRestrictedProfile(); in canHaveRestrictedProfile()2019 if (canHaveRestrictedProfile(userId)) { in createUserAndRestrictedProfilesRanges()
2299 public boolean canHaveRestrictedProfile(@UserIdInt int userId) { in canHaveRestrictedProfile() method in UserManagerService
10961 …iresPermission(android.Manifest.permission.MANAGE_USERS) public boolean canHaveRestrictedProfile();
37202 Landroid/os/IUserManager$Stub$Proxy;->canHaveRestrictedProfile(I)Z37326 Landroid/os/IUserManager;->canHaveRestrictedProfile(I)Z40035 Landroid/os/UserManager;->canHaveRestrictedProfile(I)Z