Home
last modified time | relevance | path

Searched refs:Prompt (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractor.aidl30 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation()
32 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption()
35 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice()
37 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice()
DResolverActivity.java27 import android.app.VoiceInteractor.Prompt;
356 new Prompt(getTitle()), options, null); in sendVoiceChoicesIfNeeded()
2012 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options, in PickTargetOptionRequest()
/frameworks/base/core/java/android/app/
DVoiceInteractor.java328 final Prompt mPrompt;
337 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest()
350 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest()
390 final Prompt mPrompt;
522 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest()
538 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest()
605 final Prompt mPrompt;
614 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest()
627 mPrompt = (message != null ? new Prompt(message) : null); in CompleteVoiceRequest()
664 final Prompt mPrompt;
[all …]
DVoiceInteractor.aidl20 parcelable VoiceInteractor.Prompt;
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java155 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
167 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt,
180 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
192 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
435 final VoiceInteractor.Prompt mPrompt;
438 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest()
449 public VoiceInteractor.Prompt getVoicePrompt() { in getVoicePrompt()
494 final VoiceInteractor.Prompt mPrompt;
498 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest()
510 public VoiceInteractor.Prompt getVoicePrompt() { in getVoicePrompt()
[all …]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java95 new VoiceInteractor.Prompt("This is a confirmation"), null) { in onCreate()
173 super(new VoiceInteractor.Prompt("Dammit, we suck :("), null); in TestAbortVoice()
188 super(new VoiceInteractor.Prompt("Woohoo, completed!"), null); in TestCompleteVoice()
235 super(new VoiceInteractor.Prompt("Need to pick something"), options, null); in TestPickOption()
DStartVoiceInteractionActivity.java119 super(new VoiceInteractor.Prompt("Dammit, we suck :("), null); in TestAbortVoice()
135 super(new VoiceInteractor.Prompt("Woohoo, completed!"), null); in TestCompleteVoice()
182 super(new VoiceInteractor.Prompt("Need to pick something"), options, null); in TestPickOption()
DMainInteractionSession.java368 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt()
/frameworks/base/api/
Dcurrent.txt6031 …ctor public VoiceInteractor.AbortVoiceRequest(android.app.VoiceInteractor.Prompt, android.os.Bundl…
6041 …ctor public VoiceInteractor.CompleteVoiceRequest(android.app.VoiceInteractor.Prompt, android.os.Bu…
6046 …ctor public VoiceInteractor.ConfirmationRequest(android.app.VoiceInteractor.Prompt, android.os.Bun…
6051 …ctor public VoiceInteractor.PickOptionRequest(android.app.VoiceInteractor.Prompt, android.app.Voic…
6069 public static class VoiceInteractor.Prompt implements android.os.Parcelable {
6070 ctor public VoiceInteractor.Prompt(java.lang.CharSequence[], java.lang.CharSequence);
6071 ctor public VoiceInteractor.Prompt(java.lang.CharSequence);
6077 …field public static final android.os.Parcelable.Creator<android.app.VoiceInteractor.Prompt> CREATO…
37481 method public android.app.VoiceInteractor.Prompt getVoicePrompt();
37493 method public android.app.VoiceInteractor.Prompt getVoicePrompt();
[all …]
Dsystem-current.txt6237 …ctor public VoiceInteractor.AbortVoiceRequest(android.app.VoiceInteractor.Prompt, android.os.Bundl…
6247 …ctor public VoiceInteractor.CompleteVoiceRequest(android.app.VoiceInteractor.Prompt, android.os.Bu…
6252 …ctor public VoiceInteractor.ConfirmationRequest(android.app.VoiceInteractor.Prompt, android.os.Bun…
6257 …ctor public VoiceInteractor.PickOptionRequest(android.app.VoiceInteractor.Prompt, android.app.Voic…
6275 public static class VoiceInteractor.Prompt implements android.os.Parcelable {
6276 ctor public VoiceInteractor.Prompt(java.lang.CharSequence[], java.lang.CharSequence);
6277 ctor public VoiceInteractor.Prompt(java.lang.CharSequence);
6283 …field public static final android.os.Parcelable.Creator<android.app.VoiceInteractor.Prompt> CREATO…
40693 method public android.app.VoiceInteractor.Prompt getVoicePrompt();
40705 method public android.app.VoiceInteractor.Prompt getVoicePrompt();
[all …]