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