Home
last modified time | relevance | path

Searched refs:getSimPhoneAccountsOfCurrentUser (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java3872 when(mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser()).thenReturn( in setupMsimAccounts()
3884 when(mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser()).thenReturn( in setupAccountsNoSimultaneousCallingRestriction()
3903 when(mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser()).thenReturn(simsToTest); in setupAccountsWithCallingRestriction()
DPhoneAccountRegistrarTest.java1358 List.of(sim1Handle, sim2Handle), mRegistrar.getSimPhoneAccountsOfCurrentUser()); in testGetSimPhoneAccountsFromSimCallManager()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java898 public List<PhoneAccountHandle> getSimPhoneAccountsOfCurrentUser() { in getSimPhoneAccountsOfCurrentUser() method in PhoneAccountRegistrar
DCallsManager.java3544 mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser();
3596 new HashSet<>(mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser());