Home
last modified time | relevance | path

Searched refs:mIsTextToSpeechSpeaking (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java140 private boolean mIsTextToSpeechSpeaking; field in CellBroadcastAlertAudio
268 mIsTextToSpeechSpeaking = true; in onCreate()
708 if (mTts != null && mIsTextToSpeechSpeaking) { in stop()
717 mIsTextToSpeechSpeaking = false; in stop()