Searched defs:ask (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | TextToSpeech.java | 131 void ask(QuestionCallback callback, String fmt, Object... args); in ask() method 137 void ask(QuestionCallback callback, @StringRes int resId, Object... args); in ask() method
|
D | TextToSpeechImpl.java | 181 public void ask(QuestionCallback callback, String fmt, Object... args) { in ask() method in TextToSpeechImpl 186 public void ask(QuestionCallback callback, @StringRes int resId, Object... args) { in ask() method in TextToSpeechImpl
|
D | VoicePlateActivity.java | 144 private void ask(TextToSpeech.QuestionCallback callback, @StringRes int resId, Object... args) { in ask() method in VoicePlateActivity 148 private void ask(TextToSpeech.QuestionCallback callback, String str, Object... args) { in ask() method in VoicePlateActivity
|