HomeSort by relevance Sort by last modified time
    Searched defs:stopForApp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 58 public void stopForApp(Object callerIdentity) {
129 // If stop() or stopForApp() are called between mQueue.take()
TextToSpeechService.java 556 stopForApp(speechItem.getCallerIdentity());
575 // stopForApp(String).
597 public int stopForApp(final Object callerIdentity) {
618 mAudioPlaybackHandler.stopForApp(callerIdentity);
    [all...]

Completed in 70 milliseconds