Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java613 PhoneAccountHandle telAccount2 = makeQuickAccountHandle("tel_acct2"); in testReplacePhoneAccountByGroup() local
614 registerAndEnableAccount(new PhoneAccount.Builder(telAccount2, "tel_acct2") in testReplacePhoneAccountByGroup()
621 assertEquals(telAccount2, defaultAccount); in testReplacePhoneAccountByGroup()
705 PhoneAccountHandle telAccount2 = makeQuickAccountHandle("tel_acct2"); in testAddSameGroup() local
706 registerAndEnableAccount(new PhoneAccount.Builder(telAccount2, "tel_acct2") in testAddSameGroup()
713 assertEquals(telAccount2, defaultAccount); in testAddSameGroup()
741 PhoneAccountHandle telAccount2 = makeQuickAccountHandle( in testAddSameGroupButDifferentComponent() local
743 registerAndEnableAccount(new PhoneAccount.Builder(telAccount2, "tel_acct2") in testAddSameGroupButDifferentComponent()
748 assertNotNull(mRegistrar.getPhoneAccountUnchecked(telAccount2)); in testAddSameGroupButDifferentComponent()
778 PhoneAccountHandle telAccount2 = makeQuickAccountHandle("tel_acct2"); in testAddSameGroupButDifferentComponent2() local
[all …]