Searched refs:getRemainingCreatableProfileCount (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IUserManager.aidl | 70 int getRemainingCreatableProfileCount(in String userType, int userId); in getRemainingCreatableProfileCount() method
|
H A D | UserManager.java | 4792 public int getRemainingCreatableProfileCount(@NonNull String userType) { in getRemainingCreatableProfileCount() method in UserManager 4796 return mService.getRemainingCreatableProfileCount(userType, mUserId); in getRemainingCreatableProfileCount()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerService.java | 3188 return 0 < getRemainingCreatableProfileCount(userType, userId, allowedToRemoveOne) in canAddMoreProfilesToUser() 3193 public int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId) { in getRemainingCreatableProfileCount() method in UserManagerService 3194 return getRemainingCreatableProfileCount(userType, userId, false); in getRemainingCreatableProfileCount() 3202 private int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId, in getRemainingCreatableProfileCount() method in UserManagerService
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 10970 …USERS, android.Manifest.permission.QUERY_USERS}) public int getRemainingCreatableProfileCount(@Non…
|