Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java436 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAccounts()
478 ComponentName componentName = makeQuickConnectionServiceComponentName(); in testCannotResolveServiceUnregistersAccounts()
515 makeQuickConnectionServiceComponentName(), in testConnectionServiceAndTransactionalAccount()
534 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testDefaultOutgoing()
583 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testReplacePhoneAccountByGroup()
628 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameDefault()
673 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameGroup()
719 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameGroupButDifferentComponent()
758 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameGroupButDifferentComponent2()
851 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testSelfManagedPhoneAccount()
[all …]
DCreateConnectionProcessorTest.java1032 private static ComponentName makeQuickConnectionServiceComponentName() { in makeQuickConnectionServiceComponentName() method in CreateConnectionProcessorTest
1040 eq(makeQuickConnectionServiceComponentName()), any(UserHandle.class))) in makeConnectionServiceWrapper()
1049 return new PhoneAccountHandle(makeQuickConnectionServiceComponentName(), id, userHandle); in makeQuickAccountHandle()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java281 private static ComponentName makeQuickConnectionServiceComponentName() { in makeQuickConnectionServiceComponentName() method in CallInfoTest
289 makeQuickConnectionServiceComponentName(), id, Process.myUserHandle()); in makeQuickAccountHandle()
DBluetoothInCallServiceTest.java2061 private static ComponentName makeQuickConnectionServiceComponentName() { in makeQuickConnectionServiceComponentName() method in BluetoothInCallServiceTest
2069 makeQuickConnectionServiceComponentName(), id, Binder.getCallingUserHandle()); in makeQuickAccountHandle()