Searched refs:Prompt (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractor.aidl | 30 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()
|
D | ResolverActivity.java | 27 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/ |
D | VoiceInteractor.java | 328 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 …]
|
D | VoiceInteractor.aidl | 20 parcelable VoiceInteractor.Prompt;
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 155 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/ |
D | TestInteractionActivity.java | 95 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()
|
D | StartVoiceInteractionActivity.java | 119 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()
|
D | MainInteractionSession.java | 368 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt()
|
/frameworks/base/api/ |
D | current.txt | 6031 …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 …]
|
D | system-current.txt | 6237 …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 …]
|