• Home
  • Raw
  • Download

Lines Matching refs:DBG

21 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
161 if (DBG) log("onInit() TTS engine status: " + status); in onInit()
188 if (DBG) log("Setting TTS language to '" + locale + '\''); in setTtsLanguage()
191 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage()
206 if (DBG) log("TTS completed. Stop CellBroadcastAlertAudio service"); in onUtteranceCompleted()
223 if (DBG) log("ALERT_SOUND_FINISHED"); in onCreate()
231 if (DBG) { in onCreate()
245 if (DBG) log("ALERT_PAUSE_FINISHED"); in onCreate()
248 if (DBG) log("Speaking broadcast text: " + mMessageBody); in onCreate()
281 if (DBG) log("Call interrupted. Stop CellBroadcastAlertAudio service"); in onCreate()
293 if (DBG) log("onDestroy"); in onDestroy()
321 if (DBG) log("onStartCommand"); in onStartCommand()
324 if (DBG) log("Null intent. Stop CellBroadcastAlertAudio service"); in onStartCommand()
331 if (DBG) log("stop is in progress"); in onStartCommand()
342 if (DBG) log("resent intent"); in onStartCommand()
379 if (DBG) log("Ringer mode: silent"); in onStartCommand()
388 if (DBG) log("Ringer mode: vibrate"); in onStartCommand()
395 if (DBG) log("Ringer mode: normal"); in onStartCommand()
411 if (DBG) log("No audio/vibrate playing. Stop CellBroadcastAlertAudio service"); in onStartCommand()
499 if (DBG) log("Audio playback complete."); in playAlertTone()
621 if (DBG) log("stop()"); in stop()
761 if (DBG) log("stopAlertAudioService, current state is " + getState()); in stopAlertAudioService()
774 if (DBG) log("Set state from " + mState + " to " + state); in setState()