Searched defs:isSameProfileGroup (Results 1 – 3 of 3) sorted by relevance
64 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
3392 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup() method in UserManager3404 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager
911 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService