Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DInCallScreenShowActivation.java161 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) { in onCreate()
DEmergencyCallHelper.java380 case PhoneUtils.CALL_STATUS_DIALED: in placeEmergencyCall()
DCallController.java445 case PhoneUtils.CALL_STATUS_DIALED: in placeCallInternal()
DPhoneUtils.java90 static final int CALL_STATUS_DIALED = 0; // The number was successfully dialed field in PhoneUtils
575 int status = CALL_STATUS_DIALED; in placeCall()
DOtaUtils.java400 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) { in startNonInteractiveOtasp()