Home
last modified time | relevance | path

Searched refs:otherUserInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java1105 RemoteUserInfo otherUserInfo = (RemoteUserInfo) obj; in equals() local
1106 return TextUtils.equals(mPackageName, otherUserInfo.mPackageName) in equals()
1107 && mPid == otherUserInfo.mPid in equals()
1108 && mUid == otherUserInfo.mUid; in equals()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java918 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupNoChecks() local
919 if (otherUserInfo == null in isSameProfileGroupNoChecks()
920 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupNoChecks()
923 return userInfo.profileGroupId == otherUserInfo.profileGroupId; in isSameProfileGroupNoChecks()