Home
last modified time | relevance | path

Searched refs:getAllProfiles (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowUserManagerTest.java746 public void getAllProfiles() { in getAllProfiles() method in ShadowUserManagerTest
752 assertThat(userManager.getAllProfiles()).hasSize(3); in getAllProfiles()
753 assertThat(userManager.getAllProfiles().get(0).getIdentifier()).isEqualTo(TEST_USER_HANDLE); in getAllProfiles()
754 assertThat(userManager.getAllProfiles().get(1).getIdentifier()).isEqualTo(10); in getAllProfiles()
755 assertThat(userManager.getAllProfiles().get(2).getIdentifier()).isEqualTo(11); in getAllProfiles()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java231 for (UserHandle profileHandle : getAllProfiles()) { in getEnabledProfiles()
241 protected List<UserHandle> getAllProfiles() { in getAllProfiles() method in ShadowUserManager
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java131 public List<UserHandle> getAllProfiles() { in getAllProfiles() method in ShadowUserManager