Searched refs:targetUserInfo (Results 1 – 3 of 3) sorted by relevance
1300 UserInfo targetUserInfo = getUserInfoNoChecks(targetUserId); in getUserIcon() local1301 if (targetUserInfo == null || targetUserInfo.partial) { in getUserIcon()1308 final int targetGroupId = targetUserInfo.profileGroupId; in getUserIcon()1315 if (targetUserInfo.iconPath == null) { in getUserIcon()1318 iconPath = targetUserInfo.iconPath; in getUserIcon()3969 UserInfo targetUserInfo = getUserInfoLU(targetUserId); in isProfileAccessible() local3970 if (targetUserInfo == null || !targetUserInfo.isEnabled()) { in isProfileAccessible()3980 if (targetUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID || in isProfileAccessible()3981 targetUserInfo.profileGroupId != callingUserInfo.profileGroupId) { in isProfileAccessible()
1202 UserInfo targetUserInfo = getUserInfo(targetUserId);1207 if (targetUserInfo == null) {1211 if (!targetUserInfo.supportsSwitchTo()) {1215 if (targetUserInfo.isManagedProfile()) {1224 Pair<UserInfo, UserInfo> userNames = new Pair<>(currentUserInfo, targetUserInfo);
827 final UserInfo targetUserInfo = mUserInfos.get(targetUserId); in setUp()829 || targetUserInfo == null || !targetUserInfo.isEnabled()) { in setUp()832 if (targetUserInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID in setUp()833 && targetUserInfo.profileGroupId == callingUserInfo.profileGroupId) { in setUp()