Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneUtils

324                 // a system dialog in PhoneUtils.displayMMIComplete(), we
334 PhoneUtils.displayMMIComplete(mPhone, mApp, mmiCode, null, null);
768 PhoneUtils.restoreMuteState();
1034 // PhoneUtils will bring up a system dialog instead of the
1035 // message display class in PhoneUtils.displayMMIComplete().
1347 PhoneUtils.mergeCalls(mCM);
1382 PhoneUtils.switchHoldingAndActive(
1510 PhoneUtils.dumpCallState(mPhone);
1511 PhoneUtils.dumpCallManager();
1887 if (DBG) PhoneUtils.dumpCallState(mPhone);
1936 mMmiStartedDialog = PhoneUtils.displayMMIInitiate(this, mmiCode,
1944 * @see PhoneUtils.cancelMmiCode
1950 PhoneUtils.cancelMmiCode(mPhone);
1955 // PhoneUtils.displayMMIComplete().)
2311 if (DBG) PhoneUtils.dumpCallState(mPhone);
2596 PhoneUtils.switchHoldingAndActive(
2602 PhoneUtils.switchHoldingAndActive(
2628 boolean newSpeakerState = !PhoneUtils.isSpeakerOn(this);
2634 PhoneUtils.turnOnSpeaker(this, newSpeakerState, true);
2646 boolean newMuteState = !PhoneUtils.getMute();
2648 PhoneUtils.setMute(newMuteState);
2672 // PhoneUtils.turnOnSpeaker() method.
2676 if (PhoneUtils.isSpeakerOn(this)) {
2677 PhoneUtils.turnOnSpeaker(this, false, true);
2710 if (!PhoneUtils.isSpeakerOn(this)) {
2715 PhoneUtils.turnOnSpeaker(this, true, true);
2725 // PhoneUtils.turnOnSpeaker() method.
2729 if (PhoneUtils.isSpeakerOn(this)) {
2730 PhoneUtils.turnOnSpeaker(this, false, true);
2742 if (PhoneUtils.isSpeakerOn(this)) {
2743 PhoneUtils.turnOnSpeaker(this, false, true);
2821 PhoneUtils.startNewCall(mCM); // Fires off an ACTION_DIAL intent
2825 PhoneUtils.mergeCalls(mCM);
2953 // Otherwise, the code in PhoneUtils.java should handle
3336 // if (DBG) PhoneUtils.dumpCallState(mPhone);
3357 PhoneUtils.answerAndEndActive(mCM, ringing);
3359 PhoneUtils.answerCall(ringing);
3375 PhoneUtils.answerAndEndActive(mCM, ringing);
3377 PhoneUtils.answerCall(ringing);
3381 // PhoneUtils.answerCall(), *but* we also need to do
3392 PhoneUtils.answerAndEndActive(mCM, ringing);
3395 // PhoneUtils.answerAndEndHolding(mPhone);
3399 PhoneUtils.answerCall(ringing); // Automatically holds the current active call,
3416 if (VDBG) PhoneUtils.dumpCallManager();
3419 PhoneUtils.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
3427 if (VDBG) PhoneUtils.dumpCallManager();
3430 PhoneUtils.hangupRingingCall(mCM.getFirstActiveRingingCall());
3451 if (VDBG) PhoneUtils.dumpCallManager();
3480 PhoneUtils.hangup(mCM);
3523 * InCallScreen-specific wrapper around PhoneUtils.switchHoldingAndActive().
3543 PhoneUtils.switchHoldingAndActive(mCM.getFirstActiveBgCall());
3574 if (!PhoneUtils.isConferenceCall(mCM.getActiveFgCall())) {