Searched defs:isSameProfileGroup (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DUserManager.java2291 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { method in class:UserManager
2293 return mService.isSameProfileGroup(userId, otherUserId);
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1468 && isSameProfileGroup(callingUserId, targetUserId)) {
1489 allow = isSameProfileGroup(callingUserId, targetUserId);
1802 boolean isSameProfileGroup(int callingUserId, int targetUserId) { method in class:UserController
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java754 public boolean isSameProfileGroup(int userId, int otherUserId) { method in class:UserManagerService

Completed in 83 milliseconds