Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1506 Connection repConnection = getTelephonyConnection(request, numberToDial, in adjustAndPlaceOutgoingConnection() local
1510 if (repConnection instanceof TelephonyConnection) { in adjustAndPlaceOutgoingConnection()
1511 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection()
1521 phone, "", isEmergencyNumber && noActiveSimCard), repConnection); in adjustAndPlaceOutgoingConnection() local