Searched refs:getUserProfiles (Results 1 – 5 of 5) sorted by relevance
11 public List<UserHandle> getUserProfiles() { in getUserProfiles() method in LauncherAppsDelegate14 .getUserProfiles(); in getUserProfiles()
205 protected List<UserHandle> getUserProfiles() { in getUserProfiles() method in ShadowUserManager
58 if (userManager.getUserProfiles().size() < 2) { in calculateIsRunningOnWorkProfile()
801 for (UserHandle userHandle : userManager.getUserProfiles()) { in findDifferentRunningUser()
86 assertThat(userManager.getUserProfiles()).contains(Process.myUserHandle()); in shouldGetUserProfiles()91 assertThat(userManager.getUserProfiles()) in shouldGetUserProfiles()98 assertThat(userManager.getUserProfiles()).contains(new UserHandle(2)); in getUserProfiles_calledFromProfile_shouldReturnList()102 assertThat(userManager.getUserProfiles()).containsExactly(new UserHandle(0), new UserHandle(2)); in getUserProfiles_calledFromProfile_shouldReturnList()107 assertThat(userManager.getUserProfiles()).containsExactly(new UserHandle(0)); in getUserProfiles_noProfiles_shouldReturnListOfSelf()