Searched refs:getUserProfiles (Results 1 – 2 of 2) sorted by relevance
46 assertThat(userManager.getUserProfiles()).contains(Process.myUserHandle()); in shouldGetUserProfiles()51 … assertThat(userManager.getUserProfiles()).containsExactly(Process.myUserHandle(), anotherProfile); in shouldGetUserProfiles()
105 protected List<UserHandle> getUserProfiles() { in getUserProfiles() method in ShadowUserManager