Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java591 PhoneAccountHandle telAccount1 = makeQuickAccountHandle("tel_acct1"); in testReplacePhoneAccountByGroup() local
592 registerAndEnableAccount(new PhoneAccount.Builder(telAccount1, "tel_acct1") in testReplacePhoneAccountByGroup()
597 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testReplacePhoneAccountByGroup()
600 assertEquals(telAccount1, defaultAccount); in testReplacePhoneAccountByGroup()
610 assertEquals(telAccount1, defaultAccount); in testReplacePhoneAccountByGroup()
622 assertNull(mRegistrar.getPhoneAccountUnchecked(telAccount1)); in testReplacePhoneAccountByGroup()
636 PhoneAccountHandle telAccount1 = makeQuickAccountHandle("tel_acct1"); in testAddSameDefault() local
637 registerAndEnableAccount(new PhoneAccount.Builder(telAccount1, "tel_acct1") in testAddSameDefault()
642 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameDefault()
645 assertEquals(telAccount1, defaultAccount); in testAddSameDefault()
[all …]