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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java314 stopForApp(speechItem.getCallingApp());
328 // stopForApp(String).
347 public int stopForApp(String callingApp) { method in class:TextToSpeechService.SynthHandler
799 return mSynthHandler.stopForApp(intern(callingApp));
921 mSynthHandler.stopForApp(packageName);

Completed in 222 milliseconds