/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 1420 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingConnectionForNormalRoutedEmergencyCall() 1495 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingCall_turnOnRadio_bluetoothOn() 1529 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingCall_forWearWatch_whenPhoneIsNull() 1562 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testCreateOutgoingCall_notTurnOnRadio_bluetoothOnWifiCallingEnabled() 2067 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2, in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice() 2102 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2, in testEmergencyCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice() 2141 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2, in testEmergencyCallOnOtherSubDisconnectsExistingCallForVirtualDsdaDevice() 2161 mConnection = mTestConnectionService.onCreateOutgoingConnection( in testIsEmergencyDeterminedByTelephonyManager() 2176 mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1, in testDomainSelectionCs() 2215 mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1, in testDomainSelectionPs() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionServiceTest.java | 257 public void onCreateOutgoingConnection() throws Exception { in onCreateOutgoingConnection() method in HfpClientConnectionServiceTest 283 mHfpClientConnectionService.onCreateOutgoingConnection( in onCreateOutgoingConnection() 385 mHfpClientConnectionService.onCreateOutgoingConnection( in onCreateOutgoingConnection_phoneAccountIsNull_returnsNull()
|
D | HfpClientDeviceBlockTest.java | 169 return mHfpClientDeviceBlock.onCreateOutgoingConnection( in createOutgoingConnectionWithScoState()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientConnectionService.java | 264 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in HfpClientConnectionService 272 HfpClientConnection connection = block.onCreateOutgoingConnection(request.getAddress()); in onCreateOutgoingConnection()
|
D | HfpClientDeviceBlock.java | 110 HfpClientConnection onCreateOutgoingConnection(Uri address) { in onCreateOutgoingConnection() method in HfpClientDeviceBlock
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnectionService.java | 42 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in SelfManagedConnectionService
|
D | TestConnectionManager.java | 355 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TestConnectionManager
|
D | TestConnectionService.java | 361 public Connection onCreateOutgoingConnection(
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConnectionService.java | 73 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in SimulatorConnectionService
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 119 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in ConnectionServiceFixture.FakeConnectionServiceDelegate
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 1012 Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConference() 1046 public Connection onCreateOutgoingConnection( in onCreateOutgoingConnection() method in TelephonyConnectionService
|