Searched refs:telAccount1 (Results 1 – 1 of 1) sorted by relevance
591 PhoneAccountHandle telAccount1 = makeQuickAccountHandle("tel_acct1"); in testReplacePhoneAccountByGroup() local592 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() local637 registerAndEnableAccount(new PhoneAccount.Builder(telAccount1, "tel_acct1") in testAddSameDefault()642 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameDefault()645 assertEquals(telAccount1, defaultAccount); in testAddSameDefault()[all …]