Searched refs:targetUserInfo (Results 1 – 3 of 3) sorted by relevance
1680 UserInfo targetUserInfo = getUserInfoNoChecks(targetUserId); in getUserIcon() local1681 if (targetUserInfo == null || targetUserInfo.partial) { in getUserIcon()1688 final int targetGroupId = targetUserInfo.profileGroupId; in getUserIcon()1695 if (targetUserInfo.iconPath == null) { in getUserIcon()1698 iconPath = targetUserInfo.iconPath; in getUserIcon()5117 UserInfo targetUserInfo = getUserInfoLU(targetUserId); in isProfileAccessible() local5118 if (targetUserInfo == null || !targetUserInfo.isEnabled()) { in isProfileAccessible()5128 if (targetUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID || in isProfileAccessible()5129 targetUserInfo.profileGroupId != callingUserInfo.profileGroupId) { in isProfileAccessible()
860 final UserInfo targetUserInfo = mUserInfos.get(targetUserId); in setUp()862 || targetUserInfo == null || !targetUserInfo.isEnabled()) { in setUp()865 if (targetUserInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID in setUp()866 && targetUserInfo.profileGroupId == callingUserInfo.profileGroupId) { in setUp()
1583 UserInfo targetUserInfo = getUserInfo(targetUserId);1588 if (targetUserInfo == null) {1592 if (!targetUserInfo.supportsSwitchTo()) {1596 if (targetUserInfo.isManagedProfile()) {1612 Pair<UserInfo, UserInfo> userNames = new Pair<>(currentUserInfo, targetUserInfo);