Searched refs:runAction (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 799 return runAction(action, errorResult, method, false, onlyEstablishedConnection); in runActionNoReconnect() 802 private <R> R runAction(Action<R> action, R errorResult, String method) { in runAction() method in TextToSpeech 803 return runAction(action, errorResult, method, true, true); in runAction() 806 private <R> R runAction(Action<R> action, R errorResult, String method, in runAction() method in TextToSpeech 813 return mServiceConnection.runAction(action, errorResult, method, reconnect, in runAction() 1188 return runAction((ITextToSpeechService service) -> { in speak() 1258 return runAction((ITextToSpeechService service) -> { in playEarcon() 1319 return runAction((ITextToSpeechService service) -> { 1376 return runAction((ITextToSpeechService service) -> { 1405 return runAction((ITextToSpeechService service) -> { [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14346 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/… 14347 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54588 Landroid/speech/tts/TextToSpeech$Connection;->runAction(Landroid/speech/tts/TextToSpeech$Action;Lja… 54628 Landroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/Obj… 54629 Landroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/Obj…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14336 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/… 14337 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/…
|