Home | History | Annotate | Download | only in phone

Lines Matching defs:DBG

63     private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 1);
130 if (DBG) log("Enter OtaUtil constructor");
178 if (DBG) Log.v("OtaUtils", "Can't run provisioning on a non-CDMA phone");
183 if (DBG) log("MIN is not ready. Registering to receive notification.");
191 if (DBG) log("min_string: " + min);
197 if (DBG) log("invalid MIN string, exit");
201 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
206 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
215 if (DBG) log("activation intent sent.");
217 if (DBG) log("activation intent NOT sent.");
223 if (DBG) log("setSpeaker : " + state );
225 if (DBG) log("no change. returning");
244 if (DBG) log("onOtaProvisionStatusChanged(): OtaStatus[0]" + OtaStatus[0]);
251 if (DBG) log("onOtaProvisionStatusChanged(): RETRIES EXCEEDED");
258 if (DBG) log("onOtaProvisionStatusChanged(): DONE, isOtaCallCommitted set to true");
271 if (DBG) log("onOtaProvisionStatusChanged(): change to ProgressScreen");
276 if (DBG) log("onOtaProvisionStatusChanged(): Ignoring OtaStatus " + OtaStatus[0]);
282 if (DBG) log("OtaShowHome()...");
294 if (DBG) log("otaSkipActivation()...");
311 if (DBG) log("otaPerformActivation()...");
328 if (DBG) log("OtaShowActivationScreen()...");
331 if (DBG) log("OtaShowActivationScreen(): show activation screen");
344 if (DBG) log("OtaShowActivationScreen(): show home screen");
355 if (DBG) log("OtaShowListeningScreen()...");
358 if (DBG) log("OtaShowListeningScreen(): show listening screen");
377 if (DBG) log("OtaShowListeningScreen(): show progress screen");
387 if (DBG) log("OtaShowInProgressScreen()...");
414 if (DBG) log("OtaShowProgramFailure()...");
420 if (DBG) log("OtaShowProgramFailure(): activationCount"
422 if (DBG) log("OtaShowProgramFailure(): show failure notice");
425 if (DBG) log("OtaShowProgramFailure(): show failure dialog");
436 if (DBG) log("OtaShowSuccessFailure()...");
438 if (DBG) log("OtaShowSuccessFailure(): isOtaCallCommitted"
441 if (DBG) log("OtaShowSuccessFailure(), show success dialog");
444 if (DBG) log("OtaShowSuccessFailure(), show failure dialog");
455 if (DBG) log("OtaShowProgramFailureDialog()...");
473 if (DBG) log("OtaShowProgramSuccessDialog()...");
494 if (DBG) log("OtaShowSpcErrorNotice()...");
516 if (DBG) log("OtaShowSpcErrorNotice(), remaining SPC noticeTime" + noticeTime);
525 if (DBG) log("onOtaCloseSpcNotice(), send shutdown intent");
537 if (DBG) log("OtaShowProgramFailureNotice()...");
557 if (DBG) log("onOtaCloseFailureNotice()...");
571 if (DBG) log("OtaScreenInitialize()...");
594 if (DBG) log("hideOtaScreen()...");
611 if (DBG) log("otaShowProperScreen()...");
613 if (DBG) log("otaShowProperScreen(), OTA is foreground activity, currentstate ="
640 if (DBG) log("readXmlSettings()...");
649 if (DBG) log("readXmlSettings(), otaShowActivationScreen"
655 if (DBG) log("readXmlSettings(), otaShowListeningScreen"
661 if (DBG) log("readXmlSettings(), otaShowActivateFailTimes"
667 if (DBG) log("readXmlSettings(), otaPlaySuccessFailureTone"
701 if (DBG) log ("onClickHandler: received a click event for unrecognized id");
707 if (DBG) log("Activation Try Again Clicked!");
714 if (DBG) log("Activation End Call Button Clicked!");
727 if (DBG) log("OTA Speaker button Clicked!");
735 if (DBG) log("Call Activation Clicked!");
740 if (DBG) log("Activation Skip Clicked!");
745 if (DBG) log("Ignoring key events...");
772 if (DBG) log("Dialog Next Clicked!");
782 if (DBG) log("- DISMISSING mSpcErrorDialog.");
787 if (DBG) log("- DISMISSING mOtaFailureDialog.");
794 if (DBG) log("getOtaSpcDisplayTime()...");
808 if (DBG) log("getOtaSpcDisplayTime(), time for SPC error notice: " + tmpSpcTime);
816 if (DBG) log("initOtaInCallScreen()...");
885 if (DBG) log("OTA ends, cleanOtaScreen!");
948 if (DBG) log("CdmaOtaConfigData constructor!");
969 if (DBG) log("CdmaOtaInCallScreenState: constructor init to UNDEFINED");
981 if (DBG) log("setCdmaOtaInCallScreenState: " + state);
989 if (DBG) log("getCdmaOtaInCallScreenState: " + mApplication.cdmaOtaInCallScreenUiState.state);