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.java968 Connection repConnection = getTelephonyConnection(request, numberToDial, in adjustAndPlaceOutgoingConnection() local
972 if (repConnection instanceof TelephonyConnection) { in adjustAndPlaceOutgoingConnection()
973 placeOutgoingConnection((TelephonyConnection) repConnection, phone, request); in adjustAndPlaceOutgoingConnection()
983 phone, "", isEmergencyNumber && noActiveSimCard), repConnection); in adjustAndPlaceOutgoingConnection() local