Searched refs:Prompt (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractor.aidl | 31 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation() 33 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption() 36 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice() 38 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice()
|
D | ResolverActivity.java | 33 import android.app.VoiceInteractor.Prompt; 683 new Prompt(getTitle()), options, null); 2125 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options,
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 345 final Prompt mPrompt; 354 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest() 367 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest() 407 final Prompt mPrompt; 539 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest() 555 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest() 622 final Prompt mPrompt; 631 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest() 644 mPrompt = (message != null ? new Prompt(message) : null); in CompleteVoiceRequest() 681 final Prompt mPrompt; [all …]
|
D | VoiceInteractor.aidl | 20 parcelable VoiceInteractor.Prompt;
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 183 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) { 195 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, 208 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 220 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 487 final VoiceInteractor.Prompt mPrompt; 490 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest() 501 public VoiceInteractor.Prompt getVoicePrompt() { in getVoicePrompt() 546 final VoiceInteractor.Prompt mPrompt; 550 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest() 562 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 | 382 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9494 Landroid/app/VoiceInteractor$AbortVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt; 9505 Landroid/app/VoiceInteractor$CompleteVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt; 9511 Landroid/app/VoiceInteractor$ConfirmationRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt; 9524 Landroid/app/VoiceInteractor$PickOptionRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt; 9526 Landroid/app/VoiceInteractor$Prompt;-><init>(Landroid/os/Parcel;)V 9527 Landroid/app/VoiceInteractor$Prompt;->mVisualPrompt:Ljava/lang/CharSequence; 9528 Landroid/app/VoiceInteractor$Prompt;->mVoicePrompts:[Ljava/lang/CharSequence; 53965 …droid/service/voice/VoiceInteractionSession;Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle… 53967 …vice/voice/VoiceInteractionSession$AbortVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt; 53972 …droid/service/voice/VoiceInteractionSession;Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle… [all …]
|
/frameworks/base/core/api/ |
D | current.txt | 6831 …ctor public VoiceInteractor.AbortVoiceRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nulla… 6841 …ctor public VoiceInteractor.CompleteVoiceRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nu… 6846 …ctor public VoiceInteractor.ConfirmationRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nul… 6851 …ctor public VoiceInteractor.PickOptionRequest(@Nullable android.app.VoiceInteractor.Prompt, androi… 6869 public static class VoiceInteractor.Prompt implements android.os.Parcelable { 6870 ctor public VoiceInteractor.Prompt(@NonNull CharSequence[], @NonNull CharSequence); 6871 ctor public VoiceInteractor.Prompt(@NonNull CharSequence); 6877 …Null public static final android.os.Parcelable.Creator<android.app.VoiceInteractor.Prompt> CREATOR; 39032 method @Nullable public android.app.VoiceInteractor.Prompt getVoicePrompt(); 39057 method @Nullable public android.app.VoiceInteractor.Prompt getVoicePrompt(); [all …]
|