Lines Matching refs:DBG
21 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
174 if (DBG) log("onInit() TTS engine status: " + status); in onInit()
203 if (DBG) log("Setting TTS language to '" + locale + '\''); in setTtsLanguage()
205 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage()
220 if (DBG) log("TTS completed. Stop CellBroadcastAlertAudio service"); in onUtteranceCompleted()
237 if (DBG) log("ALERT_SOUND_FINISHED"); in onCreate()
245 if (DBG) { in onCreate()
259 if (DBG) log("ALERT_PAUSE_FINISHED"); in onCreate()
262 if (DBG) log("Speaking broadcast text: " + mMessageBody); in onCreate()
297 if (DBG) log("Call interrupted. Stop CellBroadcastAlertAudio service"); in onCreate()
309 if (DBG) log("onDestroy"); in onDestroy()
337 if (DBG) log("onStartCommand"); in onStartCommand()
340 if (DBG) log("Null intent. Stop CellBroadcastAlertAudio service"); in onStartCommand()
347 if (DBG) log("stop is in progress"); in onStartCommand()
358 if (DBG) log("resent intent"); in onStartCommand()
407 if (DBG) log("Ringer mode: silent"); in handleStartIntent()
416 if (DBG) log("Ringer mode: vibrate"); in handleStartIntent()
423 if (DBG) log("Ringer mode: normal"); in handleStartIntent()
439 if (DBG) log("No audio/vibrate playing. Stop CellBroadcastAlertAudio service"); in handleStartIntent()
532 if (DBG) log("Audio playback complete."); in playAlertTone()
672 if (DBG) log("stop()"); in stop()
823 if (DBG) log("stopAlertAudioService, current state is " + getState()); in stopAlertAudioService()
828 if (DBG) log((result ? "Successful" : "Failed") in stopAlertAudioService()
840 if (DBG) log("Set state from " + mState + " to " + state); in setState()