Home
last modified time | relevance | path

Searched defs:dispatchOnStop (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
H A DFakeMediaProjectionManager.kt50 fun dispatchOnStop(info: MediaProjectionInfo = DEFAULT_INFO) { regex
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java678 void dispatchOnStop(); in dispatchOnStop() method
871 public void dispatchOnStop() { in dispatchOnStop() method in TextToSpeechService.UtteranceSpeechItem
1535 public void dispatchOnStop(Object callerIdentity, String utteranceId, boolean started) { in dispatchOnStop() method in TextToSpeechService.CallbackMap