Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/mediaprojection/taskswitcher/
DFakeMediaProjectionManager.kt58 fun dispatchOnStop(info: MediaProjectionInfo = DEFAULT_INFO) { in dispatchOnStop() method
/frameworks/base/core/java/android/speech/tts/
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