Searched refs:getAllPhoneAccounts (Results 1 – 4 of 4) sorted by relevance
710 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortSimFirst()749 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortBySortOrder()787 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortByLabel()860 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortAll()
424 when(mFakePhoneAccountRegistrar.getAllPhoneAccounts(any(UserHandle.class))) in testGetAllPhoneAccounts()427 assertEquals(2, mTSIBinder.getAllPhoneAccounts().size()); in testGetAllPhoneAccounts()
328 return getAllPhoneAccounts().size();341 public List<PhoneAccount> getAllPhoneAccounts() {357 return mPhoneAccountRegistrar.getAllPhoneAccounts(callingUserHandle);
287 List<PhoneAccount> accounts = getAllPhoneAccounts(userHandle).stream() in getPhoneAccountByGroupId()662 public List<PhoneAccount> getAllPhoneAccounts(UserHandle userHandle) { in getAllPhoneAccounts() method in PhoneAccountRegistrar667 return getAllPhoneAccounts(mCurrentUserHandle); in getAllPhoneAccountsOfCurrentUser()