Searched refs:placeOutgoingConnection (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 1385 placeOutgoingConnection(request, resultConnection, in onCreateOutgoingConnection() 1395 return placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection() 1413 placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection() 1464 private Connection placeOutgoingConnection(ConnectionRequest request, in placeOutgoingConnection() method in TelephonyConnectionService 1473 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in placeOutgoingConnection() 1581 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection() 1599 placeOutgoingConnection((TelephonyConnection) connectionToEvaluate, phone, request); in adjustAndPlaceOutgoingConnection() 2331 placeOutgoingConnection(c, newPhoneToUse, videoState, connExtras); in retryOutgoingOriginalConnection() 2348 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService 2350 placeOutgoingConnection(connection, phone, request.getVideoState(), request.getExtras()); in placeOutgoingConnection() [all …]
|