Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java660 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupLP() local
661 if (otherUserInfo == null in isSameProfileGroupLP()
662 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupLP()
665 return userInfo.profileGroupId == otherUserInfo.profileGroupId; in isSameProfileGroupLP()