Home
last modified time | relevance | path

Searched defs:getRemainingCreatableProfileCount (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl70 int getRemainingCreatableProfileCount(in String userType, int userId); in getRemainingCreatableProfileCount() method
H A DUserManager.java4792 public int getRemainingCreatableProfileCount(@NonNull String userType) { in getRemainingCreatableProfileCount() method in UserManager
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java3193 public int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId) { in getRemainingCreatableProfileCount() method in UserManagerService
3202 private int getRemainingCreatableProfileCount(@NonNull String userType, @UserIdInt int userId, in getRemainingCreatableProfileCount() method in UserManagerService