Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java542 PhoneAccountHandle telAccount = makeQuickAccountHandle("tel_acct"); in testDefaultOutgoing() local
543 registerAndEnableAccount(new PhoneAccount.Builder(telAccount, "tel_acct") in testDefaultOutgoing()
549 assertEquals(telAccount, defaultAccount); in testDefaultOutgoing()
562 assertEquals(telAccount, defaultAccount); in testDefaultOutgoing()
572 assertEquals(telAccount, defaultAccount); in testDefaultOutgoing()
575 mRegistrar.unregisterPhoneAccount(telAccount); in testDefaultOutgoing()