Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java132 private boolean mIsTextToSpeechSpeaking; field in CellBroadcastAlertAudio
252 mIsTextToSpeechSpeaking = true; in onCreate()
648 if (mTts != null && mIsTextToSpeechSpeaking) { in stop()
655 mIsTextToSpeechSpeaking = false; in stop()