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.java862 return placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection()
873 placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection()
881 private Connection placeOutgoingConnection(ConnectionRequest request, in placeOutgoingConnection() method in TelephonyConnectionService
890 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in placeOutgoingConnection()
978 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection()
996 placeOutgoingConnection((TelephonyConnection) connectionToEvaluate, phone, request); in adjustAndPlaceOutgoingConnection()
1634 placeOutgoingConnection(c, newPhoneToUse, videoState, connExtras); in retryOutgoingOriginalConnection()
1651 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService
1653 placeOutgoingConnection(connection, phone, request.getVideoState(), request.getExtras()); in placeOutgoingConnection()
1656 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService