Searched refs:runAction (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 745 return runAction(action, errorResult, method, false, onlyEstablishedConnection); in runActionNoReconnect() 748 private <R> R runAction(Action<R> action, R errorResult, String method) { in runAction() method in TextToSpeech 749 return runAction(action, errorResult, method, true, true); in runAction() 752 private <R> R runAction(Action<R> action, R errorResult, String method, in runAction() method in TextToSpeech 759 return mServiceConnection.runAction(action, errorResult, method, reconnect, in runAction() 1105 return runAction(new Action<Integer>() { in speak() 1178 return runAction(new Action<Integer>() { 1242 return runAction(new Action<Integer>() { 1302 return runAction(new Action<Set<String>>() { 1334 return runAction(new Action<Boolean>() { [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5342 HPLandroid/speech/tts/TextToSpeech$Connection;->runAction(Landroid/speech/tts/TextToSpeech$Action;L… 5353 HPLandroid/speech/tts/TextToSpeech;->runAction(Landroid/speech/tts/TextToSpeech$Action;Ljava/lang/O…
|