Home
last modified time | relevance | path

Searched refs:Prompt (Results 1 – 11 of 11) 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.java31 import android.app.VoiceInteractor.Prompt;
466 new Prompt(getTitle()), options, null);
2234 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options,
/frameworks/base/core/java/android/app/
DVoiceInteractor.java347 final Prompt mPrompt;
356 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest()
369 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest()
409 final Prompt mPrompt;
541 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest()
557 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest()
624 final Prompt mPrompt;
633 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest()
646 mPrompt = (message != null ? new Prompt(message) : null); in CompleteVoiceRequest()
683 final Prompt mPrompt;
[all …]
DVoiceInteractor.aidl20 parcelable VoiceInteractor.Prompt;
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java183 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/
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.java382 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md2 with *MSVC* on *Windows*. You can build the project from *Command Prompt*
8 Most of the instructions will be given to the *Сommand Prompt*, but the same
14 Open the appropriate *Command Prompt* from the *Start* menu.
16 For example *VS2013 x64 Native Tools Command Prompt*:
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
35 If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10151 Landroid/app/VoiceInteractor$AbortVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
10162 Landroid/app/VoiceInteractor$CompleteVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
10168 Landroid/app/VoiceInteractor$ConfirmationRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
10181 Landroid/app/VoiceInteractor$PickOptionRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
10183 Landroid/app/VoiceInteractor$Prompt;-><init>(Landroid/os/Parcel;)V
10184 Landroid/app/VoiceInteractor$Prompt;->mVisualPrompt:Ljava/lang/CharSequence;
10185 Landroid/app/VoiceInteractor$Prompt;->mVoicePrompts:[Ljava/lang/CharSequence;
69203 …droid/service/voice/VoiceInteractionSession;Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle…
69205 …vice/voice/VoiceInteractionSession$AbortVoiceRequest;->mPrompt:Landroid/app/VoiceInteractor$Prompt;
69210 …droid/service/voice/VoiceInteractionSession;Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle…
[all …]
/frameworks/base/api/
Dcurrent.txt6361 …ctor public VoiceInteractor.AbortVoiceRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nulla…
6371 …ctor public VoiceInteractor.CompleteVoiceRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nu…
6376 …ctor public VoiceInteractor.ConfirmationRequest(@Nullable android.app.VoiceInteractor.Prompt, @Nul…
6381 …ctor public VoiceInteractor.PickOptionRequest(@Nullable android.app.VoiceInteractor.Prompt, androi…
6399 public static class VoiceInteractor.Prompt implements android.os.Parcelable {
6400 ctor public VoiceInteractor.Prompt(@NonNull CharSequence[], @NonNull CharSequence);
6401 ctor public VoiceInteractor.Prompt(@NonNull CharSequence);
6407 …Null public static final android.os.Parcelable.Creator<android.app.VoiceInteractor.Prompt> CREATOR;
41853 method @Nullable public android.app.VoiceInteractor.Prompt getVoicePrompt();
41878 method @Nullable public android.app.VoiceInteractor.Prompt getVoicePrompt();
[all …]