Searched refs:otherUserId (Results 1 – 3 of 3) sorted by relevance
618 final int otherUserId = other.mUserStates.keyAt(i); in PermissionData() local620 mUserStates.put(otherUserId, new PermissionState(otherState)); in PermissionData()
653 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() argument654 if (userId == otherUserId) return true; in isSameProfileGroup()657 return isSameProfileGroupLP(userId, otherUserId); in isSameProfileGroup()661 private boolean isSameProfileGroupLP(int userId, int otherUserId) { in isSameProfileGroupLP() argument667 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupLP()
1682 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() argument1684 return mService.isSameProfileGroup(userId, otherUserId); in isSameProfileGroup()