Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallScreenShowActivation.java122 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) { in onCreate()
DEmergencyCallHelper.java401 case PhoneUtils.CALL_STATUS_DIALED: in placeEmergencyCall()
DCallController.java478 case PhoneUtils.CALL_STATUS_DIALED: in placeCallInternal()
DPhoneUtils.java89 static final int CALL_STATUS_DIALED = 0; // The number was successfully dialed field in PhoneUtils
618 int status = CALL_STATUS_DIALED; in placeCall()
DOtaUtils.java454 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) { in startNonInteractiveOtasp()