Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java836 return placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection()
843 placeOutgoingConnection(request, resultConnection, phone); in onCreateOutgoingConnection()
850 private Connection placeOutgoingConnection(ConnectionRequest request, in placeOutgoingConnection() method in TelephonyConnectionService
859 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in placeOutgoingConnection()
954 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection()
972 placeOutgoingConnection((TelephonyConnection) connectionToEvaluate, phone, request); in adjustAndPlaceOutgoingConnection()
1639 placeOutgoingConnection(c, newPhoneToUse, videoState, connExtras); in retryOutgoingOriginalConnection()
1656 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService
1658 placeOutgoingConnection(connection, phone, request.getVideoState(), request.getExtras()); in placeOutgoingConnection()
1661 private void placeOutgoingConnection( in placeOutgoingConnection() method in TelephonyConnectionService