Searched refs:placeOutgoingConnection (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 835 return placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection() 842 placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection() 849 private Connection placeOutgoingConnection(ConnectionRequest request, in placeOutgoingConnection() method in TelephonyConnectionService 858 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in placeOutgoingConnection() 953 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection() 971 placeOutgoingConnection((TelephonyConnection) connectionToEvaluate, phone, request); in adjustAndPlaceOutgoingConnection() 1638 placeOutgoingConnection(c, newPhoneToUse, videoState, connExtras); in retryOutgoingOriginalConnection() 1655 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService 1657 placeOutgoingConnection(connection, phone, request.getVideoState(), request.getExtras()); in placeOutgoingConnection() 1660 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService
|