HomeSort by relevance Sort by last modified time
    Searched refs: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 518 stopForApp(speechItem.getCallerIdentity());
533 // stopForApp(String).
555 public int stopForApp(Object callerIdentity) {
574 mAudioPlaybackHandler.stopForApp(callerIdentity);
    [all...]

Completed in 415 milliseconds