Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DAudioPlaybackHandler.java58 public void stopForApp(Object callerIdentity) { in stopForApp() method in AudioPlaybackHandler
DTextToSpeechService.java557 stopForApp(speechItem.getCallerIdentity()); in enqueueSpeechItem()
598 public int stopForApp(final Object callerIdentity) { in stopForApp() method in TextToSpeechService.SynthHandler
619 mAudioPlaybackHandler.stopForApp(callerIdentity); in stopForApp()
1359 return mSynthHandler.stopForApp(caller);