Searched refs:targetUserInfo (Results 1 – 3 of 3) sorted by relevance
1801 UserInfo targetUserInfo = getUserInfoNoChecks(targetUserId); in getUserIcon() local1802 if (targetUserInfo == null || targetUserInfo.partial) { in getUserIcon()1809 final int targetGroupId = targetUserInfo.profileGroupId; in getUserIcon()1816 if (targetUserInfo.iconPath == null) { in getUserIcon()1819 iconPath = targetUserInfo.iconPath; in getUserIcon()5640 UserInfo targetUserInfo = getUserInfoLU(targetUserId); in isProfileAccessible() local5641 if (targetUserInfo == null || !targetUserInfo.isEnabled()) { in isProfileAccessible()5651 if (targetUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID || in isProfileAccessible()5652 targetUserInfo.profileGroupId != callingUserInfo.profileGroupId) { in isProfileAccessible()
1189 final UserInfo targetUserInfo = mUserInfos.get(targetUserId); in setUp()1191 || targetUserInfo == null || !targetUserInfo.isEnabled()) { in setUp()1194 if (targetUserInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID in setUp()1195 && targetUserInfo.profileGroupId == callingUserInfo.profileGroupId) { in setUp()
1718 UserInfo targetUserInfo = getUserInfo(targetUserId);1723 if (targetUserInfo == null) {1727 if (!targetUserInfo.supportsSwitchTo()) {1731 if (targetUserInfo.isProfile()) {1747 Pair<UserInfo, UserInfo> userNames = new Pair<>(currentUserInfo, targetUserInfo);