Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneUtils

239         // by the PhoneUtils phone state change handler.)
245 if (PhoneUtils.hasPhoneProviderExtras(intent)) {
359 phone = PhoneUtils.pickPhoneBasedOnNumber(mCM, scheme, number, sipPhoneUri);
366 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
468 // Watch out: PhoneUtils.placeCall() returns one of the
470 int callStatus = PhoneUtils.placeCall(mApp,
478 case PhoneUtils.CALL_STATUS_DIALED:
479 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
523 if (PhoneUtils.isPhoneInEcm(phone) && !isEmergencyNumber) {
533 PhoneUtils.setMute(false);
560 case PhoneUtils.CALL_STATUS_DIALED_MMI:
570 // different Activity; see PhoneUtils.displayMMIComplete()).
573 case PhoneUtils.CALL_STATUS_FAILED:
574 Log.w(TAG, "placeCall: PhoneUtils.placeCall() FAILED for number '"
582 + " from PhoneUtils.placeCall() for number '" + number + "'.");
636 * This method is basically a wrapper around PhoneUtils.getNumberFromIntent(),
651 // TODO: Consider moving this out to PhoneUtils and/or combining it
652 // with PhoneUtils.getNumberFromIntent().
654 throws PhoneUtils.VoiceMailNumberMissingException {
673 return PhoneUtils.getNumberFromIntent(PhoneApp.getInstance(), intent);
754 // Otherwise, the code in PhoneUtils.java should handle