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

  /packages/services/Telephony/tests/src/com/android/phone/
CnapTest.java 24 import com.android.phone.PhoneUtils;
70 * Shorthand for PhoneUtils.modifyForSpecialCnapCases(mContext, mCallerInfo, ...)
73 return PhoneUtils.modifyForSpecialCnapCases(
  /packages/services/Telephony/src/com/android/phone/
MMIDialogActivity.java 77 mMMIDialog = PhoneUtils.displayMMIInitiate(this, mmiCode, message, mMMIDialog);
94 PhoneUtils.displayMMIComplete(mPhone, this, mmiCode, null, null);
106 * @see PhoneUtils#cancelMmiCode(Phone)
112 PhoneUtils.cancelMmiCode(mPhone);
117 // PhoneUtils.displayMMIComplete().)
CallLogger.java 67 log("- onDisconnect(): logNumber set to:" + PhoneUtils.toLogSafePhoneNumber(logNumber) +
68 ", number set to: " + PhoneUtils.toLogSafePhoneNumber(number));
130 ci = ((PhoneUtils.CallerInfoToken) o).currentInfo;
179 String newNumber = PhoneUtils.modifyForSpecialCnapCases(mApplication, callerInfo,
CallController.java 244 // by the PhoneUtils phone state change handler.)
314 number = PhoneUtils.getInitialNumber(intent);
327 phone = PhoneUtils.pickPhoneBasedOnNumber(mCM, scheme, number, sipPhoneUri,
335 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
444 // Watch out: PhoneUtils.placeCall() returns one of the
446 int callStatus = PhoneUtils.placeCall(mApp,
455 case PhoneUtils.CALL_STATUS_DIALED:
456 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
476 if (PhoneUtils.isPhoneInEcm(phone) && !isEmergencyNumber) {
511 case PhoneUtils.CALL_STATUS_DIALED_MMI
    [all...]
EmergencyCallHelper.java 361 // Note we call PhoneUtils.placeCall() directly; we don't want any
369 int callStatus = PhoneUtils.placeCall(mApp,
374 if (DBG) log("- PhoneUtils.placeCall() returned status = " + callStatus);
377 // Note PhoneUtils.placeCall() returns one of the CALL_STATUS_*
380 case PhoneUtils.CALL_STATUS_DIALED:
384 case PhoneUtils.CALL_STATUS_DIALED_MMI:
385 case PhoneUtils.CALL_STATUS_FAILED:
394 if (DBG) log("==> Success from PhoneUtils.placeCall()!");
CallNotifier.java 274 PhoneUtils.hangupRingingCall(ringing);
294 // if (DBG) PhoneUtils.dumpCallState(mPhone);
367 if (PhoneUtils.isPhoneInEcm(phone)) {
463 PhoneUtils.setAudioMode(mCM);
581 PhoneUtils.placeCall(mApplication, phone, number, null, false);
582 if (status != PhoneUtils.CALL_STATUS_FAILED) {
607 PhoneUtils.turnOnSpeaker(mApplication, false, true);
609 PhoneUtils.setAudioMode(mCM);
    [all...]
PhoneGlobals.java 207 * OUTSIDE of user interaction {@link PhoneUtils#startNewCall(Phone)}
258 PhoneUtils.cancelMmiCode(phone);
297 PhoneUtils.turnOnSpeaker(getApplicationContext(), inDockMode, true);
412 // register connection tracking to PhoneUtils
413 PhoneUtils.initializeConnectionHandler(mCM);
434 PhoneUtils.setAudioMode(mCM);
672 // PhoneUtils.turnOnSpeaker().)
673 boolean isSpeakerInUse = (state == PhoneConstants.State.OFFHOOK) && PhoneUtils.isSpeakerOn(this);
749 PhoneUtils.displayMMIComplete(phone, getInstance(), mmiCode, null, null);
    [all...]
OtaUtils.java 373 * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
395 // PhoneUtils.placeCall().
399 int callStatus = PhoneUtils.placeCall(context,
405 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
469 number = PhoneUtils.getInitialNumber(intent);
470 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
558 if (state == PhoneUtils.isSpeakerOn(mContext)) {
567 PhoneUtils.turnOnSpeaker(mContext, state, true);
    [all...]
Ringer.java 241 PhoneUtils.setAudioMode();
337 PhoneUtils.setAudioMode();
InCallScreenShowActivation.java 138 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
PhoneUtils.java 67 public class PhoneUtils {
68 private static final String LOG_TAG = "PhoneUtils";
182 private PhoneUtils() {
571 PhoneUtils.isRoutableViaGateway(number)) { // Filter out MMI, OTA and other codes.
669 PhoneUtils.turnOnSpeaker(app, false, true);
727 PhoneUtils.switchHoldingAndActive(mApp.mCM.getFirstActiveBgCall());
    [all...]
OutgoingCallBroadcaster.java 569 PhoneUtils.sendEmptyFlash(PhoneGlobals.getPhone());
    [all...]
PhoneInterfaceManager.java 250 hungUp = PhoneUtils.hangupRingingAndActive(mPhone);
253 hungUp = PhoneUtils.hangup(mCM);
713 // return PhoneUtils.getPhoneForSubscriber(subId);
    [all...]

Completed in 519 milliseconds