Searched refs:placeOutgoingConnection (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 1332 placeOutgoingConnection(request, resultConnection, in onCreateOutgoingConnection() 1342 return placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection() 1360 placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection() 1394 private Connection placeOutgoingConnection(ConnectionRequest request, in placeOutgoingConnection() method in TelephonyConnectionService 1403 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in placeOutgoingConnection() 1511 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection() 1529 placeOutgoingConnection((TelephonyConnection) connectionToEvaluate, phone, request); in adjustAndPlaceOutgoingConnection() 2228 placeOutgoingConnection(c, newPhoneToUse, videoState, connExtras); in retryOutgoingOriginalConnection() 2245 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService 2247 placeOutgoingConnection(connection, phone, request.getVideoState(), request.getExtras()); in placeOutgoingConnection() [all …]
|