Home | History | Annotate | Download | only in phone

Lines Matching full:dbg

82     private static final boolean DBG =
323 if (DBG) log("Handler: ignoring message " + msg + "; we're destroyed!");
327 if (DBG) log("Handler: handling message " + msg + " while not in foreground");
393 if (DBG) log("Got MMI_COMPLETE, finishing InCallScreen...");
445 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ...");
458 if (DBG) log("Received THREEWAY_CALLERINFO_DISPLAY_DONE event ...");
489 if (DBG) log("- DISMISSING mPausePromptDialog.");
514 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG");
515 // if (DBG) log("==> intent: " + intent);
516 // if (DBG) log(" state: " + intent.getIntExtra("state", 0));
517 // if (DBG) log(" name: " + intent.getStringExtra("name"));
529 if (DBG) log("onCreate()... this = " + this);
589 if (DBG) log("- Full touch device! Found dialerView: " + mDialerView);
594 if (DBG) log("- Using SlidingDrawer-based dialpad. Found dialerView: " + mDialerView);
596 if (DBG) log(" ...and the SlidingDrawer: " + dialerDrawer);
617 if (DBG) log("onCreate(): this is our very first launch, checking intent...");
623 if (DBG) log("onCreate(): mInCallInitialStatus = " + mInCallInitialStatus);
638 if (DBG) log("onCreate(): exit");
660 if (DBG) log("onResume()...");
686 if (DBG) log("- onResume: initial status = " + mInCallInitialStatus);
688 if (DBG) log("- onResume: failure during startup: " + mInCallInitialStatus);
732 if (DBG) log("- syncWithPhoneState failed! status = " + status);
813 if (DBG) log("onPause()...");
867 if (DBG) log("DELAYED_CLEANUP_AFTER_DISCONNECT detected, moving UI to background.");
913 if (DBG) log("onStop()...");
919 if (DBG) log("onStop: state = " + state);
934 if (DBG) log("- onStop: calling finish() to clear activity history...");
945 if (DBG) log("onDestroy()...");
1004 if (DBG) log("finish()...");
1016 if (DBG) log("endInCallScreenSession()...");
1048 if (DBG) log("Registering for Call Waiting.");
1074 if (DBG) Log.d(LOG_TAG, "updateAfterRadioTechnologyChange()...");
1084 if (DBG) log("onNewIntent: intent=" + intent);
1123 if (DBG) log("internalResolveIntent: action=" + action);
1275 if (DBG) log("onBackPressed()...");
1287 if (DBG) log("BACK key while ringing: reject the call");
1299 if (DBG) log("BACK key while ringing: ignored");
1349 if (DBG) log("answerCall: First Incoming and Call Waiting scenario");
1355 if (DBG) log("answerCall: Merge 3-way call scenario");
1361 if (DBG) log("answerCall: Switch btwn 2 calls scenario");
1385 if (DBG) log("handleCallKey: both lines in use ==> swap calls.");
1390 if (DBG) log("handleCallKey: call on hold ==> unhold.");
1442 // if (DBG) log("dispatchKeyEvent(event " + event + ")...");
1455 if (DBG) log("- ignoring DPAD event while touch-locked...");
1469 // if (DBG) log("onKeyUp(keycode " + keyCode + ")...");
1483 // if (DBG) log("onKeyDown(keycode " + keyCode + ")...");
1528 if (DBG) log("VOLUME key: silence ringer");
1603 if (DBG) log("onSuppServiceFailed: " + service);
1656 if (DBG) log("- DISMISSING mSuppServiceFailureDialog.");
1676 if (DBG) log("onPhoneStateChanged()...");
1682 if (DBG) log("onPhoneStateChanged: Activity not in foreground! Bailing out...");
1712 if (DBG) log("onDisconnect: " + c + ", cause=" + cause);
1736 if (DBG) log("onDisconnect: OTA Call end already handled");
1916 if (DBG) log("- DISMISSING mPausePromptDialog.");
1941 if (DBG) log("onDisconnect: Call Collision case - staying on InCallScreen.");
1942 if (DBG) PhoneUtils.dumpCallState(mPhone);
2014 if (DBG) log("onMMICancel: finishing InCallScreen...");
2056 if (DBG) log("handlePostOnDialChars: show WAIT prompt...");
2069 if (DBG) log("handlePostOnDialChars: show WILD prompt");
2094 if (DBG) log("showWaitPromptDialogGSM: '" + postDialStr + "'...");
2101 // if (DBG) log("- mWaitPromptDialog = " + mWaitPromptDialog);
2103 if (DBG) log("- DISMISSING mWaitPromptDialog.");
2112 if (DBG) log("handle WAIT_PROMPT_CONFIRMED, proceed...");
2119 if (DBG) log("handle POST_DIAL_CANCELED!");
2138 if (DBG) log("showWaitPromptDialogCDMA: '" + postDialStr + "'...");
2145 // if (DBG) log("- mWaitPromptDialog = " + mWaitPromptDialog);
2147 if (DBG) log("- DISMISSING mWaitPromptDialog.");
2157 if (DBG) log("handle WAIT_PROMPT_CONFIRMED, proceed...");
2163 if (DBG) log("handle POST_DIAL_CANCELED!");
2184 if (DBG) log("- DISMISSING mPausePromptDialog.");
2278 if (DBG) log("updateScreen()...");
2286 if (DBG) log("- updateScreen: not the foreground Activity! Bailing out...");
2293 if (DBG) log("- updateScreen: updating menu items...");
2303 if (DBG) log("- updateScreen: Tried to update menu; now need to dismiss!");
2312 if (DBG) log("- updateScreen: OTA call state NORMAL...");
2314 if (DBG) log("- updateScreen: otaUtils is not null, call otaShowProperScreen");
2319 if (DBG) log("- updateScreen: OTA call ended state ...");
2324 if (DBG) log("- updateScreen: OTA_STATUS_ACTIVATION");
2326 if (DBG) log("- updateScreen: otaUtils is not null, "
2331 if (DBG) log("- updateScreen: OTA Call end state for Dialogs");
2333 if (DBG) log("- updateScreen: Show OTA Success Failure dialog");
2339 if (DBG) log("- updateScreen: manage conference mode (NOT updating in-call UI)...");
2343 if (DBG) log("- updateScreen: call ended state (NOT updating in-call UI)...");
2349 if (DBG) log("- updateScreen: updating the in-call UI...");
2379 if(DBG) log("show the Wait dialog for CDMA");
2409 if (DBG) log("syncWithPhoneState()...");
2410 if (DBG) PhoneUtils.dumpCallState(mPhone);
2436 if (DBG) log("syncWithPhoneState: phone is idle; we shouldn't be here!");
2494 if (DBG) log("Voicemail number not reachable in current SIM card state.");
2497 if (DBG) log("VoiceMailNumberMissingException from getInitialNumber()");
2532 if (DBG) log("placeCall: Emergency number detected with status = " + okToCallStatus);
2534 if (DBG) log("==> UPDATING status to: " + okToCallStatus);
2545 if (DBG) log("placeCall: starting EmergencyCallHandler, finishing InCallScreen...");
2556 if (DBG) log("placeCall: isOtaSpNumber() returns true");
2632 if (DBG) log("placeCall: specified number was an MMI code: '" + number + "'.");
2702 if (DBG) log("handleMissingVoiceMailNumber");
2747 if (DBG) log("addVoiceMailNumberPanel: finishing InCallScreen...");
2750 if (DBG) log("show vm setting");
2763 if (DBG) log("dontAddVoiceMailNumber: finishing InCallScreen...");
2800 if (DBG) log("- delayedCleanupAfterDisconnect: phone is idle...");
2805 if (DBG) log("- delayedCleanupAfterDisconnect: finishing InCallScreen...");
2826 if (DBG) log("- delayedCleanupAfterDisconnect: staying on the InCallScreen...");
2827 if (DBG) PhoneUtils.dumpCallState(mPhone);
2862 if (DBG) log("onClick: Answer...");
2867 if (DBG) log("onClick: Ignore...");
2872 if (DBG) log("onClick: SwapCalls...");
3102 if (DBG) log("handleOnscreenButtonClick(id " + id + ")...");
3268 if (DBG) log("handleStartupError(): status = " + status);
3362 if (DBG) log("showGenericErrorDialog('" + msg + "')...");
3404 if (DBG) log("showCallLostDialog()...");
3408 if (DBG) log("showCallLostDialog: not the foreground Activity! Bailing out...");
3414 if (DBG) log("showCallLostDialog: There is a mCallLostDialog already.");
3427 if (DBG) log("bailOutAfterErrorDialog: DISMISSING mGenericErrorDialog.");
3431 if (DBG) log("bailOutAfterErrorDialog(): end InCallScreen session...");
3442 if (DBG) log("dismissAllDialogs()...");
3490 if (DBG) log("- DISMISSING mPausePromptDialog.");
3506 // if (DBG) log("internalAnswerCall()...");
3507 // if (DBG) PhoneUtils.dumpCallState(mPhone);
3514 if (DBG) log("internalAnswerCall: answering (CDMA)...");
3527 if (DBG) log("internalAnswerCall: answering (both lines in use!)...");
3537 if (DBG) log("internalAnswerCall: answering...");
3551 if (DBG) log("internalAnswerAndEnd()...");
3552 // if (DBG) PhoneUtils.dumpCallState(mPhone);
3560 if (DBG) log("internalHangupRingingCall()...");
3568 if (DBG) log("internalHangup()...");
3576 if (DBG) log("internalSwapCalls()...");
3613 if (DBG) log("setInCallScreenMode: " + newMode);
3772 if (DBG) log("updateManageConferencePanelIfNecessary: endInCallScreenSession... 1");
3789 if (DBG) log("updateManageConferencePanelIfNecessary: endInCallScreenSession... 2");
3881 if (DBG) log("onDialerOpen()...");
3912 if (DBG) log("onDialerClose()...");
3989 if (DBG) log("initInCallTouchUi()...");
4031 if (DBG) log("requestUpdateTouchUi()...");
4200 // if (DBG) log(" ==> FALSE (BT not enabled)");
4203 // if (DBG) log(" - BT enabled! device name " + adapter.getName()
4573 // if (DBG) log("- touch lock overlay background: handling a DOWN event.");
4578 // if (DBG) log("==> touch lock: tap during fade-in!");
4613 if (DBG) log("requestCloseOtaFailureNotice() with timeout: " + timeout);
4630 if (DBG) log("requestCloseSpcErrorNotice() with timeout: " + timeout);
4654 if (DBG) log("handleOtaCallEnd entering");
4661 if (DBG) log("handleOtaCallEnd - Set OTA Call End stater");
4693 if (DBG) log("checkIsOtaCall: OtaUtils.CdmaOtaScreenState not initialized");
4700 if (DBG) log("checkIsOtaCall action = ACTION_SHOW_ACTIVATION");
4702 if (DBG) log("checkIsOtaCall: ACTION_SHOW_ACTIVATION is not handled before");
4714 if (DBG) log("Error retrieving number using the api getInitialNumber()");
4718 if (DBG) log("checkIsOtaCall action ACTION_CALL, it is valid OTA number");
4722 if (DBG) log("checkIsOtaCall action ACTION_MAIN");
4725 if (DBG) log("checkIsOtaCall isRingingCall: " + isRingingCall);
4731 if (DBG) log("checkIsOtaCall action ACTION_MAIN, OTA call already in progress");
4736 if (DBG) log("checkIsOtaCall action ACTION_MAIN, "
4743 if (DBG) log("checkIsOtaCall: isOtaCall =" + isOtaCall);
4745 if (DBG) log("checkIsOtaCall: creating OtaUtils...");
4772 if (DBG) log("initOtaState func - All CdmaOTA utility classes not initialized");
4781 if (DBG) log("initOtaState - in OTA Normal mode");
4785 if (DBG) log("initOtaState - in OTA END mode");
4789 if (DBG) log("initOtaState - set OTA END Mode");
4792 if (DBG
4893 if (DBG) log("resetInCallScreenMode - InCallScreenMode set to UNDEFINED");