HomeSort by relevance Sort by last modified time
    Searched refs:CALL_STATUS_DIALED (Results 1 - 5 of 5) sorted by null

  /packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java 136 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
EmergencyCallHelper.java 378 case PhoneUtils.CALL_STATUS_DIALED:
CallController.java 450 case PhoneUtils.CALL_STATUS_DIALED:
OtaUtils.java 374 * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
406 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
    [all...]
PhoneUtils.java 87 static final int CALL_STATUS_DIALED = 0; // The number was successfully dialed
663 * @return either CALL_STATUS_DIALED or CALL_STATUS_FAILED
688 int status = CALL_STATUS_DIALED;
    [all...]

Completed in 30 milliseconds