Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java470 int callingGroupId = mUsers.get(UserHandle.getCallingUserId()).profileGroupId; in getUserIcon() local
471 if (callingGroupId == UserInfo.NO_PROFILE_GROUP_ID in getUserIcon()
472 || callingGroupId != info.profileGroupId) { in getUserIcon()