Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfoTest.java155 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera() local
164 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_mic() local
173 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_overlay() local
183 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera_mic() local
194 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera_mic_overlay() local
205 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera_overlay() local
216 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_mic_overlay() local
/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()
DAccessibilityButtonChooserActivity.java78 TextView prompt = findViewById(R.id.accessibility_button_prompt); in onCreate() local
/frameworks/base/core/java/android/app/
DVoiceInteractor.java356 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest()
368 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest()
541 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest()
556 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest()
633 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest()
692 public AbortVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in AbortVoiceRequest()
822 public Prompt(@NonNull CharSequence prompt) { in Prompt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java109 final TextView prompt = findViewById(R.id.prompt); in bindPrompt() local
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java490 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest()
550 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest()
661 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in CompleteVoiceRequest()
720 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in AbortVoiceRequest()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.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/gl_perfapp/src/com/android/glperf/
DGLPerfView.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.java608 public void setPromptView(@Nullable View prompt) { in setPromptView()
DSpinner.java824 public void setPrompt(CharSequence prompt) { in setPrompt()
DSearchView.java1715 String prompt = null; in createVoiceAppSearchIntent() local