Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractor.aidl31 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()
DResolverActivity.java52 import android.app.VoiceInteractor.Prompt;
994 new Prompt(getTitle()), options, null);
2607 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options,
/frameworks/base/core/java/android/app/
DVoiceInteractor.java346 final Prompt mPrompt;
355 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest()
368 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest()
408 final Prompt mPrompt;
540 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest()
556 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest()
623 final Prompt mPrompt;
632 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest()
645 mPrompt = (message != null ? new Prompt(message) : null); in CompleteVoiceRequest()
682 final Prompt mPrompt;
[all …]
DVoiceInteractor.aidl20 parcelable VoiceInteractor.Prompt;
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java97 new VoiceInteractor.Prompt("This is a confirmation"), null) { in onCreate()
175 super(new VoiceInteractor.Prompt("Dammit, we suck :("), null); in TestAbortVoice()
190 super(new VoiceInteractor.Prompt("Woohoo, completed!"), null); in TestCompleteVoice()
237 super(new VoiceInteractor.Prompt("Need to pick something"), options, null); in TestPickOption()
DStartVoiceInteractionActivity.java121 super(new VoiceInteractor.Prompt("Dammit, we suck :("), null); in TestAbortVoice()
137 super(new VoiceInteractor.Prompt("Woohoo, completed!"), null); in TestCompleteVoice()
184 super(new VoiceInteractor.Prompt("Need to pick something"), options, null); in TestPickOption()
DMainInteractionSession.java384 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java241 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
253 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt,
266 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
278 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) {
553 final VoiceInteractor.Prompt mPrompt;
556 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest()
567 public VoiceInteractor.Prompt getVoicePrompt() { in getVoicePrompt()
612 final VoiceInteractor.Prompt mPrompt;
616 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest()
628 public VoiceInteractor.Prompt getVoicePrompt() { in getVoicePrompt()
[all …]
/frameworks/base/packages/SystemUI/aconfig/
Dbiometrics_framework.aconfig16 description: "Refactors Biometric Prompt to use a ConstraintLayout"
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9422 Landroid/app/VoiceInteractor$AbortVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
9433 Landroid/app/VoiceInteractor$CompleteVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
9439 Landroid/app/VoiceInteractor$ConfirmationRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
9452 Landroid/app/VoiceInteractor$PickOptionRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
9454 Landroid/app/VoiceInteractor$Prompt;-><init>(Landroid/os/Parcel;)V
9455 Landroid/app/VoiceInteractor$Prompt;->mVisualPrompt:Ljava/lang/CharSequence;
9456 Landroid/app/VoiceInteractor$Prompt;->mVoicePrompts:[Ljava/lang/CharSequence;
49999 …droid/service/voice/VoiceInteractionSession;Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle…
50001 …vice/voice/VoiceInteractionSession$AbortVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
50006 …droid/service/voice/VoiceInteractionSession;Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle…
[all …]
/frameworks/base/core/api/
Dcurrent.txt7672 …ctor public VoiceInteractor.AbortVoiceRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nulla…
7682 …ctor public VoiceInteractor.CompleteVoiceRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nu…
7687 …ctor public VoiceInteractor.ConfirmationRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nul…
7692 …ctor public VoiceInteractor.PickOptionRequest(@Nullable android.app.VoiceInteractor.Prompt, androi…
7710 public static class VoiceInteractor.Prompt implements android.os.Parcelable {
7711 ctor public VoiceInteractor.Prompt(@NonNull CharSequence[], @NonNull CharSequence);
7712 ctor public VoiceInteractor.Prompt(@NonNull CharSequence);
7718 …Null public static final android.os.Parcelable.Creator<android.app.VoiceInteractor.Prompt> CREATOR;
41669 method @Nullable public android.app.VoiceInteractor.Prompt getVoicePrompt();
41694 method @Nullable public android.app.VoiceInteractor.Prompt getVoicePrompt();
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...