Home | History | Annotate | Download | only in phone

Lines Matching defs:PhoneUtils

378                 // a system dialog in PhoneUtils.displayMMIComplete(), we
388 PhoneUtils
824 PhoneUtils.restoreMuteState();
1062 // PhoneUtils will bring up a system dialog instead of the
1063 // message display class in PhoneUtils.displayMMIComplete().
1148 // be handled by the PhoneUtils phone state change handler.
1174 if (PhoneUtils.hasPhoneProviderExtras(intent)) {
1175 mProviderLabel = PhoneUtils.getProviderLabel(this, intent);
1176 mProviderIcon = PhoneUtils.getProviderIcon(this, intent);
1177 mProviderGatewayUri = PhoneUtils.getProviderGatewayUri(intent);
1178 mProviderAddress = PhoneUtils.formatProviderUri(mProviderGatewayUri);
1376 PhoneUtils.mergeCalls(mCM);
1411 PhoneUtils.switchHoldingAndActive(mCM.getFirstActiveBgCall()); // Really means "unhold" in this state
1596 PhoneUtils.dumpCallState();
1597 PhoneUtils.dumpCallManager();
1967 if (DBG) PhoneUtils.dumpCallState();
2014 mMmiStartedDialog = PhoneUtils.displayMMIInitiate(this, mmiCode,
2022 * @see PhoneUtils.cancelMmiCode
2028 PhoneUtils.cancelMmiCode(mPhone);
2033 // PhoneUtils.displayMMIComplete().)
2439 if (DBG) PhoneUtils.dumpCallState();
2488 throws PhoneUtils.VoiceMailNumberMissingException {
2500 return PhoneUtils.getNumberFromIntent(this, intent);
2535 phone = PhoneUtils.pickPhoneBasedOnNumber(mCM, scheme, number, sipPhoneUri);
2541 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
2627 PhoneUtils.isRoutableViaGateway(number)) { // Filter out MMI, OTA and other codes.
2629 callStatus = PhoneUtils.placeCallVia(
2632 callStatus = PhoneUtils.placeCall(phone, number, contactUri);
2636 case PhoneUtils.CALL_STATUS_DIALED:
2637 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
2669 PhoneUtils.setMute(false);
2684 case PhoneUtils.CALL_STATUS_DIALED_MMI:
2694 // different Activity; see PhoneUtils.displayMMIComplete()).
2696 case PhoneUtils.CALL_STATUS_FAILED:
2697 Log.w(LOG_TAG, "placeCall: PhoneUtils.placeCall() FAILED for number '"
2704 + " from PhoneUtils.placeCall() for number '" + number + "'.");
2905 if (DBG) PhoneUtils.dumpCallState();
2956 PhoneUtils.mergeCalls(mCM);
3006 PhoneUtils.startNewCall(mCM); // Fires off an ACTION_DIAL intent
3084 PhoneUtils.switchHoldingAndActive(mCM.getFirstActiveBgCall()); // Really means "hold" in this state
3089 PhoneUtils.switchHoldingAndActive(mCM.getFirstActiveBgCall()); // Really means "unhold" in this state
3114 boolean newSpeakerState = !PhoneUtils.isSpeakerOn(this);
3118 PhoneUtils.turnOnSpeaker(this, newSpeakerState, true);
3138 boolean newMuteState = !PhoneUtils.getMute();
3139 PhoneUtils.setMute(newMuteState);
3156 if (PhoneUtils.isSpeakerOn(this)) {
3157 PhoneUtils.turnOnSpeaker(this, false, true);
3222 PhoneUtils.startNewCall(mCM); // Fires off an ACTION_DIAL intent
3226 PhoneUtils.mergeCalls(mCM);
3414 // Otherwise, the code in PhoneUtils.java should handle
3588 // if (DBG) PhoneUtils.dumpCallState();
3598 // In CDMA this is simply a wrapper around PhoneUtils.answerCall().
3599 PhoneUtils.answerCall(ringing); // Automatically holds the current active call,
3604 // PhoneUtils.answerCall(), *but* we also need to do
3615 PhoneUtils.answerAndEndActive(mCM, ringing);
3618 // PhoneUtils.answerAndEndHolding(mPhone);
3622 PhoneUtils.answerCall(ringing); // Automatically holds the current active call,
3636 if (VDBG) PhoneUtils.dumpCallManager();
3639 PhoneUtils.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
3647 if (VDBG) PhoneUtils.dumpCallManager();
3650 PhoneUtils.hangupRingingCall(mCM.getFirstActiveRingingCall());
3658 PhoneUtils.hangup(mCM);
3662 * InCallScreen-specific wrapper around PhoneUtils.switchHoldingAndActive().
3682 PhoneUtils.switchHoldingAndActive(mCM.getFirstActiveBgCall());
3708 if (!PhoneUtils.isConferenceCall(mCM.getActiveFgCall())) {
4528 if (PhoneUtils.isSpeakerOn(this)) {
4808 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
4914 PhoneUtils.dumpCallManager();