Searched refs:isSameProfileGroup (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIUserManager.aidl52 boolean isSameProfileGroup(int userHandle, int otherUserHandle);
H A DUserManager.java1678 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { method in class:UserManager
1680 return mService.isSameProfileGroup(userId, otherUserId);
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1264 allow = isSameProfileGroup(callingUserId, targetUserId);
1521 boolean isSameProfileGroup(int callingUserId, int targetUserId) { method in class:UserController
H A DActivityManagerService.java21769 if (!mUserController.isSameProfileGroup(userId, UserHandle.getCallingUserId())
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java652 public boolean isSameProfileGroup(int userId, int otherUserId) { method in class:UserManagerService

Completed in 222 milliseconds