Searched refs:otherUserId (Results 1 – 3 of 3) sorted by relevance
722 final int otherUserId = other.mUserStates.keyAt(i); in PermissionData() local724 mUserStates.put(otherUserId, new PermissionState(otherState)); in PermissionData()
2559 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() argument2561 return mService.isSameProfileGroup(userId, otherUserId); in isSameProfileGroup()
813 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() argument814 if (userId == otherUserId) return true; in isSameProfileGroup()816 return isSameProfileGroupNoChecks(userId, otherUserId); in isSameProfileGroup()819 private boolean isSameProfileGroupNoChecks(int userId, int otherUserId) { in isSameProfileGroupNoChecks() argument825 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupNoChecks()