Searched refs:runAction (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 749 return runAction(action, errorResult, method, false, onlyEstablishedConnection); in runActionNoReconnect() 752 private <R> R runAction(Action<R> action, R errorResult, String method) { in runAction() method in TextToSpeech 753 return runAction(action, errorResult, method, true, true); in runAction() 756 private <R> R runAction(Action<R> action, R errorResult, String method, in runAction() method in TextToSpeech 763 return mServiceConnection.runAction(action, errorResult, method, reconnect, in runAction() 1108 return runAction(new Action<Integer>() { in speak() 1181 return runAction(new Action<Integer>() { 1245 return runAction(new Action<Integer>() { 1305 return runAction(new Action<Set<String>>() { 1337 return runAction(new Action<Boolean>() { [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65177 Landroid/speech/tts/TextToSpeech$Connection;->runAction(Landroid/speech/tts/TextToSpeech$Action;Lja… 65217 Landroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/Obj… 65218 Landroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/Obj…
|