Searched refs:getAllPersistentProfiles (Results 1 – 4 of 4) sorted by relevance
66 return sInstance.getAllPersistentProfiles(); in getAllPersistentUsers()
113 boolean isLastProfile = mProfileHelper.getAllPersistentProfiles().size() == 1; in showConfirmRemoveProfileDialog()
360 public List<UserInfo> getAllPersistentProfiles() { in getAllPersistentProfiles() method in ProfileHelper
214 assertThat(mProfileHelper.getAllPersistentProfiles()).containsExactly(fgUser, user2); in testGetAllPersistentUsers()235 assertThat(mProfileHelper.getAllPersistentProfiles()).containsExactly(systemUser, fgUser, in testGetAllPersistentUsers_notHeadless()