Searched refs:makeQuickAccountHandle (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 313 makeQuickAccountHandle(componentA, "1"), "1") in testFilterPhoneAccountForTest() 322 makeQuickAccountHandle(componentB1, "2"), "2") in testFilterPhoneAccountForTest() 328 makeQuickAccountHandle(componentB2, "3"), "3") in testFilterPhoneAccountForTest() 338 makeQuickAccountHandle(componentC, "4"), "4") in testFilterPhoneAccountForTest() 370 makeQuickAccountHandle("i1"), ""); in testDefaultPhoneAccountHandleEmptyGroup() 542 PhoneAccountHandle telAccount = makeQuickAccountHandle("tel_acct"); in testDefaultOutgoing() 552 PhoneAccountHandle sipAccount = makeQuickAccountHandle("sip_acct"); in testDefaultOutgoing() 565 PhoneAccountHandle connectionManager = makeQuickAccountHandle("mgr_acct"); in testDefaultOutgoing() 591 PhoneAccountHandle telAccount1 = makeQuickAccountHandle("tel_acct1"); in testReplacePhoneAccountByGroup() 603 PhoneAccountHandle sipAccount = makeQuickAccountHandle("sip_acct"); in testReplacePhoneAccountByGroup() [all …]
|
D | CreateConnectionProcessorTest.java | 994 PhoneAccountHandle callManagerPAHandle = makeQuickAccountHandle(id, null); in getNewConnectionMangerHandleForCall() 1002 PhoneAccountHandle pAHandle = makeQuickAccountHandle(id, null); in getNewTargetPhoneAccountHandle() 1045 private static PhoneAccountHandle makeQuickAccountHandle(String id, UserHandle userHandle) { in makeQuickAccountHandle() method in CreateConnectionProcessorTest 1054 return new PhoneAccount.Builder(makeQuickAccountHandle(id, userHandle), "label" + idx); in makeQuickAccountBuilder()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | CallInfoTest.java | 269 PhoneAccountHandle testHandle = makeQuickAccountHandle(testId); in getBestPhoneAccount() 287 private static PhoneAccountHandle makeQuickAccountHandle(String id) { in makeQuickAccountHandle() method in CallInfoTest 293 return new PhoneAccount.Builder(makeQuickAccountHandle(id), "label" + idx); in makeQuickAccountBuilder()
|
D | BluetoothInCallServiceTest.java | 2067 private static PhoneAccountHandle makeQuickAccountHandle(String id) { in makeQuickAccountHandle() method in BluetoothInCallServiceTest 2073 return new PhoneAccount.Builder(makeQuickAccountHandle(id), "label" + idx); in makeQuickAccountBuilder()
|