Searched refs:runAction (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 843 return runAction(action, errorResult, method, false, onlyEstablishedConnection); in runActionNoReconnect() 846 private <R> R runAction(Action<R> action, R errorResult, String method) { in runAction() method in TextToSpeech 847 return runAction(action, errorResult, method, true, true); in runAction() 850 private <R> R runAction(Action<R> action, R errorResult, String method, in runAction() method in TextToSpeech 857 return mServiceConnection.runAction(action, errorResult, method, reconnect, in runAction() 1232 return runAction((ITextToSpeechService service) -> { in speak() 1302 return runAction((ITextToSpeechService service) -> { in playEarcon() 1363 return runAction((ITextToSpeechService service) -> { 1420 return runAction((ITextToSpeechService service) -> { 1449 return runAction((ITextToSpeechService service) -> { [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 13745 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/… 13746 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13748 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/… 13749 HSPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 50622 Landroid/speech/tts/TextToSpeech$Connection;->runAction(Landroid/speech/tts/TextToSpeech$Action;Lja… 50662 Landroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/Obj… 50663 Landroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/Obj…
|