Home
last modified time | relevance | path

Searched refs:getRemainingCreatableProfileCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DIUserManager.aidl71 int getRemainingCreatableProfileCount(in String userType, int userId); in getRemainingCreatableProfileCount() method
DUserManager.java5186 public int getRemainingCreatableProfileCount(@NonNull String userType) { in getRemainingCreatableProfileCount() method in UserManager
5190 return mService.getRemainingCreatableProfileCount(userType, mUserId); in getRemainingCreatableProfileCount()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3758 return 0 < getRemainingCreatableProfileCount(userType, userId, allowedToRemoveOne) in canAddMoreProfilesToUser()
3763 public int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId) { in getRemainingCreatableProfileCount() method in UserManagerService
3764 return getRemainingCreatableProfileCount(userType, userId, false); in getRemainingCreatableProfileCount()
3772 private int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId, in getRemainingCreatableProfileCount() method in UserManagerService
/frameworks/base/core/api/
Dsystem-current.txt11245 …USERS, android.Manifest.permission.QUERY_USERS}) public int getRemainingCreatableProfileCount(@Non…