Home
last modified time | relevance | path

Searched refs:getUserProfiles (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowUserManagerTest.java46 assertThat(userManager.getUserProfiles()).contains(Process.myUserHandle()); in shouldGetUserProfiles()
51 … assertThat(userManager.getUserProfiles()).containsExactly(Process.myUserHandle(), anotherProfile); in shouldGetUserProfiles()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java105 protected List<UserHandle> getUserProfiles() { in getUserProfiles() method in ShadowUserManager