Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java739 public List<PhoneAccountHandle> getSimPhoneAccountsOfCurrentUser() { in getSimPhoneAccountsOfCurrentUser() method in PhoneAccountRegistrar
DCallsManager.java2852 mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser();
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java1717 when(mPhoneAccountRegistrar.getSimPhoneAccountsOfCurrentUser()).thenReturn( in setupMsimAccounts()