Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 13 of 13) 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java143 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_silenced() local
155 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_promoted() local
167 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_alerted() local
179 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_demoted() local
/frameworks/base/core/java/android/app/
DVoiceInteractor.java354 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest()
366 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest()
539 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest()
554 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest()
631 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest()
690 public AbortVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in AbortVoiceRequest()
820 public Prompt(@NonNull CharSequence prompt) { in Prompt()
/frameworks/base/core/java/com/android/internal/accessibility/dialog/
DAccessibilityButtonChooserActivity.java79 final TextView prompt = findViewById(R.id.accessibility_button_prompt); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java132 final TextView prompt = findViewById(R.id.prompt); in bindPrompt() local
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java524 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest()
584 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest()
695 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in CompleteVoiceRequest()
754 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in AbortVoiceRequest()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java94 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java97 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java94 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java382 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java615 public void setPromptView(@Nullable View prompt) { in setPromptView()
DSpinner.java824 public void setPrompt(CharSequence prompt) { in setPrompt()
DSearchView.java1723 String prompt = null; in createVoiceAppSearchIntent() local