Searched refs:allProfiles (Results 1 – 3 of 3) sorted by relevance
170 List<UserHandle> allProfiles = mUserManager.getAllProfiles(); in getManagedProfileUserId() local171 for (UserHandle uh : allProfiles) { in getManagedProfileUserId()
673 final ArraySet<UserHandle> allProfiles = new ArraySet<>(managedProfiles); in colorSchemeIsApplied() local674 allProfiles.add(UserHandle.SYSTEM); in colorSchemeIsApplied()675 for (UserHandle userHandle : allProfiles) { in colorSchemeIsApplied()
1807 final int[] allProfiles = mUserManager.getProfileIds(mainUserId, /* enabledOnly */ false); in testGetProfileIdsExcludingHidden() local1811 assertThat(allProfiles).asList().contains(profile.id); in testGetProfileIdsExcludingHidden()