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

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 110 manageConferenceVisible = PhoneUtils.isConferenceCall(fgCall);
120 canAddCall = PhoneUtils.okToAddCall(mCM);
130 canSwap = PhoneUtils.okToSwapCalls(mCM);
131 canMerge = PhoneUtils.okToMergeCalls(mCM);
145 speakerOn = PhoneUtils.isSpeakerOn(mInCallScreen);
156 boolean isECM = PhoneUtils.isPhoneInEcm(fgCall.getPhone());
162 muteIndicatorOn = PhoneUtils.getMute();
InCallUiState.java 355 providerLabel = PhoneUtils.getProviderLabel(mContext, intent);
356 providerIcon = PhoneUtils.getProviderIcon(mContext, intent);
357 providerGatewayUri = PhoneUtils.getProviderGatewayUri(intent);
358 providerAddress = PhoneUtils.formatProviderUri(providerGatewayUri);
CallController.java 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)
    [all...]
CallCard.java 273 // if (DBG) PhoneUtils.dumpCallManager();
423 if (PhoneUtils.isConferenceCall(call)) {
446 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
456 if (o instanceof PhoneUtils.CallerInfoToken) {
458 ((PhoneUtils.CallerInfoToken) o).currentInfo);
470 if (obj instanceof PhoneUtils.CallerInfoToken) {
471 info = ((PhoneUtils.CallerInfoToken) o).currentInfo;
492 PhoneUtils.CallerInfoToken info =
493 PhoneUtils.startGetCallerInfo(getContext(), conn, this, call);
512 } else if (o instanceof PhoneUtils.CallerInfoToken)
    [all...]
CallNotifier.java 101 // PhoneUtils.hangupRingingCall() that means the user deliberately rejected
400 PhoneUtils.hangupRingingCall(ringing);
426 // if (DBG) PhoneUtils.dumpCallState(mPhone);
459 if (PhoneUtils.isRealIncomingCall(state)) {
515 if (PhoneUtils.isPhoneInEcm(phone)) {
582 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo(
    [all...]
EmergencyCallHelper.java 381 // Note we call PhoneUtils.placeCall() directly; we don't want any
389 int callStatus = PhoneUtils.placeCall(mApp,
395 if (DBG) log("- PhoneUtils.placeCall() returned status = " + callStatus);
398 // Note PhoneUtils.placeCall() returns one of the CALL_STATUS_*
401 case PhoneUtils.CALL_STATUS_DIALED:
405 case PhoneUtils.CALL_STATUS_DIALED_MMI:
406 case PhoneUtils.CALL_STATUS_FAILED:
415 if (DBG) log("==> Success from PhoneUtils.placeCall()!");
ManageConferenceUtils.java 223 PhoneUtils.CallerInfoToken info =
224 PhoneUtils.startGetCallerInfo(mInCallScreen,
289 PhoneUtils.hangup(connection);
305 PhoneUtils.separateCall(connection);
InCallScreen.java 324 // a system dialog in PhoneUtils.displayMMIComplete(), we
334 PhoneUtils.displayMMIComplete(mPhone, mApp, mmiCode, null, null);
    [all...]
InCallScreenShowActivation.java 121 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
PhoneApp.java 239 * OUTSIDE of user interaction {@link PhoneUtils#startNewCall(Phone)}
309 PhoneUtils.cancelMmiCode(phone);
324 PhoneUtils.restoreSpeakerMode(getApplicationContext());
328 PhoneUtils.turnOnSpeaker(getApplicationContext(), false, false);
378 PhoneUtils.turnOnSpeaker(getApplicationContext(), inDockMode, true);
515 // register connection tracking to PhoneUtils
516 PhoneUtils.initializeConnectionHandler(mCM);
561 PhoneUtils.setAudioMode(mCM);
    [all...]
Ringer.java 220 PhoneUtils.setAudioMode();
316 PhoneUtils.setAudioMode();
OtaUtils.java 426 * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
447 // PhoneUtils.placeCall().
451 int callStatus = PhoneUtils.placeCall(context,
458 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
523 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
610 if (state == PhoneUtils.isSpeakerOn(mContext)) {
619 PhoneUtils.turnOnSpeaker(mContext, state, true);
    [all...]
OutgoingCallBroadcaster.java 251 PhoneUtils.checkAndCopyPhoneProviderExtras(intent, newIntent);
471 PhoneUtils.sendEmptyFlash(PhoneApp.getPhone());
535 PhoneUtils.checkAndCopyPhoneProviderExtras(intent, broadcastIntent);
SipCallOptionHandler.java 141 boolean voipSupported = PhoneUtils.isVoipSupported();
179 if (!PhoneUtils.hasPhoneProviderExtras(mIntent)) {
355 if (PhoneUtils.getSipPhoneFromUri(cm, p.getUriString()) != null) return;
BluetoothHandsfree.java     [all...]
PhoneInterfaceManager.java 151 hungUp = PhoneUtils.hangupRingingAndActive(mPhone);
154 hungUp = PhoneUtils.hangup(mCM);
354 * from PhoneUtils.answerCall() or PhoneUtils.answerAndEndActive().)
370 PhoneUtils.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
375 PhoneUtils.answerCall(mCM.getFirstActiveRingingCall());
SipBroadcastReceiver.java 50 if (!PhoneUtils.isVoipSupported()) {
NotificationMgr.java 603 if ((mCM.getState() == Phone.State.OFFHOOK) && PhoneUtils.getMute()) {
    [all...]
PhoneUtils.java 71 public class PhoneUtils {
72 private static final String LOG_TAG = "PhoneUtils";
225 private PhoneUtils() {
568 PhoneUtils.isRoutableViaGateway(number)) { // Filter out MMI, OTA and other codes.
    [all...]
CallFeaturesSetting.java     [all...]
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 24 import com.android.phone.PhoneUtils;
70 * Shorthand for PhoneUtils.modifyForSpecialCnapCases(mContext, mCallerInfo, ...)
73 return PhoneUtils.modifyForSpecialCnapCases(

Completed in 417 milliseconds