Searched refs:getRemainingCreatableProfileCount (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IUserManager.aidl | 66 int getRemainingCreatableProfileCount(in String userType, int userId); in getRemainingCreatableProfileCount() method
|
D | UserManager.java | 4123 public int getRemainingCreatableProfileCount(@NonNull String userType) { in getRemainingCreatableProfileCount() method in UserManager 4127 return mService.getRemainingCreatableProfileCount(userType, mUserId); in getRemainingCreatableProfileCount()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 2679 return 0 < getRemainingCreatableProfileCount(userType, userId, allowedToRemoveOne); in canAddMoreProfilesToUser() 2683 public int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId) { in getRemainingCreatableProfileCount() method in UserManagerService 2684 return getRemainingCreatableProfileCount(userType, userId, false); in getRemainingCreatableProfileCount() 2692 private int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId, in getRemainingCreatableProfileCount() method in UserManagerService
|
/frameworks/base/core/api/ |
D | system-current.txt | 9800 …USERS, android.Manifest.permission.QUERY_USERS}) public int getRemainingCreatableProfileCount(@Non…
|
/frameworks/base/services/ |
D | art-profile | 37560 PLcom/android/server/pm/UserManagerService;->getRemainingCreatableProfileCount(Ljava/lang/String;IZ…
|