Searched refs:isSameProfileGroup (Results 1 – 5 of 5) sorted by relevance
52 boolean isSameProfileGroup(int userHandle, int otherUserHandle); in isSameProfileGroup() method
1678 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager1680 return mService.isSameProfileGroup(userId, otherUserId); in isSameProfileGroup()
1264 allow = isSameProfileGroup(callingUserId, targetUserId); in handleIncomingUser()1521 boolean isSameProfileGroup(int callingUserId, int targetUserId) { in isSameProfileGroup() method in UserController
21769 if (!mUserController.isSameProfileGroup(userId, UserHandle.getCallingUserId()) in isUserRunning()
652 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService