| /packages/services/Telephony/tests/src/com/android/services/telephony/ | 
| D | TelephonyConnectionServiceTest.java | 1400         mConnection = mTestConnectionService.onCreateOutgoingConnection(  in testCreateOutgoingConnectionForNormalRoutedEmergencyCall() 1886                 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2,  in testOutgoingCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice() 1921                 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2,  in testEmergencyCallOnOtherSubPutsFirstCallOnHoldForVirtualDsdaDevice() 1960                 .onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_2,  in testEmergencyCallOnOtherSubDisconnectsExistingCallForVirtualDsdaDevice() 1980         mConnection = mTestConnectionService.onCreateOutgoingConnection(  in testIsEmergencyDeterminedByTelephonyManager() 1995         mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1,  in testDomainSelectionCs() 2025         mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1,  in testDomainSelectionPs() 2058         mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1,  in testDomainSelectionCsForTty() 2153         mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1,  in testDomainSelectionNormalRoutingEmergencyNumber() 2199         mTestConnectionService.onCreateOutgoingConnection(PHONE_ACCOUNT_HANDLE_1,  in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_InService() [all …] 
 | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ | 
| D | HfpClientConnectionServiceTest.java | 233     public void onCreateOutgoingConnection() throws Exception {  in onCreateOutgoingConnection()  method in HfpClientConnectionServiceTest 250         Connection connection = mHfpClientConnectionService.onCreateOutgoingConnection(  in onCreateOutgoingConnection() 331         Connection connection = mHfpClientConnectionService.onCreateOutgoingConnection(  in onCreateOutgoingConnection_phoneAccountIsNull_returnsNull()
  | 
| D | HfpClientDeviceBlockTest.java | 154         return mHfpClientDeviceBlock.onCreateOutgoingConnection(  in createOutgoingConnectionWithScoState()
  | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/ | 
| D | HfpClientConnectionService.java | 264     public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,  in onCreateOutgoingConnection()  method in HfpClientConnectionService 274         HfpClientConnection connection = block.onCreateOutgoingConnection(request.getAddress());  in onCreateOutgoingConnection()
  | 
| D | HfpClientDeviceBlock.java | 114     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 | 918         Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, request);  in onCreateOutgoingConference() 952     public Connection onCreateOutgoingConnection(  in onCreateOutgoingConnection()  method in TelephonyConnectionService
  |