Searched refs:userProfile (Results 1 – 3 of 3) sorted by relevance
219 for (UserHandle userProfile : userProfiles) {220 userDetails.add(new UserDetails(userProfile, userManager, context));
905 for (UserHandle userProfile : userProfiles) { in sendToSafetyCenter()906 sendUserDataToSafetyCenter(userHandleToUserPackagesMap.getOrDefault(userProfile, in sendToSafetyCenter()907 new ArrayList<>()), safetyEvent, userProfile); in sendToSafetyCenter() local
2360 for (UserHandle userProfile : userProfiles) { in getManagedProfileUserId()2361 UserManager profileUserManager = context.createContextAsUser(userProfile, 0) in getManagedProfileUserId()2363 if (userProfile.getIdentifier() == userId) { in getManagedProfileUserId()2367 return userProfile.getIdentifier(); in getManagedProfileUserId()