Home
last modified time | relevance | path

Searched refs:placeOutgoingConnection (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java857 return placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection()
868 placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection()
876 private Connection placeOutgoingConnection(ConnectionRequest request, in placeOutgoingConnection() method in TelephonyConnectionService
885 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in placeOutgoingConnection()
973 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection()
991 placeOutgoingConnection((TelephonyConnection) connectionToEvaluate, phone, request); in adjustAndPlaceOutgoingConnection()
1629 placeOutgoingConnection(c, newPhoneToUse, videoState, connExtras); in retryOutgoingOriginalConnection()
1646 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService
1648 placeOutgoingConnection(connection, phone, request.getVideoState(), request.getExtras()); in placeOutgoingConnection()
1651 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService