Searched refs:getAllPhoneAccounts (Results 1 – 4 of 4) sorted by relevance
710 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortSimFirst()753 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortBySortOrder()791 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortByLabel()869 List<PhoneAccount> accounts = mRegistrar.getAllPhoneAccounts(Process.myUserHandle()); in testSortAll()
476 when(mFakePhoneAccountRegistrar.getAllPhoneAccounts(any(UserHandle.class))) in testGetAllPhoneAccounts()479 assertEquals(2, mTSIBinder.getAllPhoneAccounts().size()); in testGetAllPhoneAccounts()
371 return getAllPhoneAccounts().size();384 public List<PhoneAccount> getAllPhoneAccounts() {400 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()