Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1350 PhoneAccount sim1Account = makeQuickSimAccount(1); in testGetSimPhoneAccountsFromSimCallManager()
1353 PhoneAccount sim2Account = makeQuickSimAccount(2); in testGetSimPhoneAccountsFromSimCallManager()
1399 PhoneAccount sim1Account = makeQuickSimAccount(1); in testMaybeNotifyTelephonyForVoiceServiceState()
1401 PhoneAccount sim2Account = makeQuickSimAccount(2); in testMaybeNotifyTelephonyForVoiceServiceState()
2120 private PhoneAccount makeQuickSimAccount(int simId) { in makeQuickSimAccount() method in PhoneAccountRegistrarTest