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 138 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
EmergencyCallHelper.java 380 case PhoneUtils.CALL_STATUS_DIALED:
CallController.java 455 case PhoneUtils.CALL_STATUS_DIALED:
    [all...]
PhoneUtils.java 81 static final int CALL_STATUS_DIALED = 0; // The number was successfully dialed
550 * @return either CALL_STATUS_DIALED or CALL_STATUS_FAILED
575 int status = CALL_STATUS_DIALED;
    [all...]
OtaUtils.java 373 * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
405 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
    [all...]

Completed in 749 milliseconds