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