Lines Matching defs:PhoneUtils
321 // a system dialog in PhoneUtils.displayMMIComplete(), we
331 PhoneUtils.displayMMIComplete(mPhone, mApp, mmiCode, null, null);
764 PhoneUtils.restoreMuteState();
1023 // PhoneUtils will bring up a system dialog instead of the
1024 // message display class in PhoneUtils.displayMMIComplete().
1335 PhoneUtils.mergeCalls(mCM);
1370 PhoneUtils.switchHoldingAndActive(
1498 PhoneUtils.dumpCallState(mPhone);
1499 PhoneUtils.dumpCallManager();
1875 if (DBG) PhoneUtils.dumpCallState(mPhone);
1924 mMmiStartedDialog = PhoneUtils.displayMMIInitiate(this, mmiCode,
1932 * @see PhoneUtils.cancelMmiCode
1938 PhoneUtils.cancelMmiCode(mPhone);
1943 // PhoneUtils.displayMMIComplete().)
2299 if (DBG) PhoneUtils.dumpCallState(mPhone);
2584 PhoneUtils.switchHoldingAndActive(
2590 PhoneUtils.switchHoldingAndActive(
2616 boolean newSpeakerState = !PhoneUtils.isSpeakerOn(this);
2622 PhoneUtils.turnOnSpeaker(this, newSpeakerState, true);
2634 boolean newMuteState = !PhoneUtils.getMute();
2636 PhoneUtils.setMute(newMuteState);
2660 // PhoneUtils.turnOnSpeaker() method.
2664 if (PhoneUtils.isSpeakerOn(this)) {
2665 PhoneUtils.turnOnSpeaker(this, false, true);
2698 if (!PhoneUtils.isSpeakerOn(this)) {
2703 PhoneUtils.turnOnSpeaker(this, true, true);
2713 // PhoneUtils.turnOnSpeaker() method.
2717 if (PhoneUtils.isSpeakerOn(this)) {
2718 PhoneUtils.turnOnSpeaker(this, false, true);
2730 if (PhoneUtils.isSpeakerOn(this)) {
2731 PhoneUtils.turnOnSpeaker(this, false, true);
2809 PhoneUtils.startNewCall(mCM); // Fires off an ACTION_DIAL intent
2813 PhoneUtils.mergeCalls(mCM);
2941 // Otherwise, the code in PhoneUtils.java should handle
3324 // if (DBG) PhoneUtils.dumpCallState(mPhone);
3345 PhoneUtils.answerAndEndActive(mCM, ringing);
3347 PhoneUtils.answerCall(ringing);
3363 PhoneUtils.answerAndEndActive(mCM, ringing);
3365 PhoneUtils.answerCall(ringing);
3369 // PhoneUtils.answerCall(), *but* we also need to do
3380 PhoneUtils.answerAndEndActive(mCM, ringing);
3383 // PhoneUtils.answerAndEndHolding(mPhone);
3387 PhoneUtils.answerCall(ringing); // Automatically holds the current active call,
3404 if (VDBG) PhoneUtils.dumpCallManager();
3407 PhoneUtils.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
3415 if (VDBG) PhoneUtils.dumpCallManager();
3418 PhoneUtils.hangupRingingCall(mCM.getFirstActiveRingingCall());
3439 if (VDBG) PhoneUtils.dumpCallManager();
3468 PhoneUtils.hangup(mCM);
3511 * InCallScreen-specific wrapper around PhoneUtils.switchHoldingAndActive().
3531 PhoneUtils.switchHoldingAndActive(mCM.getFirstActiveBgCall());
3562 if (!PhoneUtils.isConferenceCall(mCM.getActiveFgCall())) {