Searched defs:prompt (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java233 * @param prompt Optional confirmation text to read to the user as the action being
237 public ConfirmationRequest(CharSequence prompt, Bundle extras) { argument
238 mPrompt = prompt;
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java117 public void onConfirm(Caller caller, Request request, CharSequence prompt, Bundle extras) { argument
118 Log.i(TAG, "onConfirm: prompt=" + prompt + " extras=" + extras);
119 mText.setText(prompt);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java94 private static void checkEglError(String prompt, EGL10 egl) { argument
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java94 private static void checkEglError(String prompt, EGL10 egl) { argument
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java97 private static void checkEglError(String prompt, EGL10 egl) { argument
100 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java95 IVoiceInteractorCallback callback, CharSequence prompt, Bundle extras) {
99 prompt, extras));
292 + " prompt=" + args.arg3 + " extras=" + args.arg4);
775 * @param prompt The prompt informing the user of what will happen, as per
780 public abstract void onConfirm(Caller caller, Request request, CharSequence prompt, argument
/frameworks/base/core/java/android/widget/
H A DSpinner.java712 * Sets the prompt to display when the dialog is shown.
713 * @param prompt the prompt to set
715 public void setPrompt(CharSequence prompt) { argument
716 mPopup.setPromptText(prompt);
720 * Sets the prompt to display when the dialog is shown.
721 * @param promptId the resource ID of the prompt to display when the dialog is shown
728 * @return The prompt to display when the dialog is shown
H A DListPopupWindow.java115 * The provided prompt view should appear above list content.
124 * The provided prompt view should appear below list content.
255 * Set where the optional prompt view should appear. The default is
258 * @param position A position constant declaring where the prompt should be displayed.
268 * @return Where the optional prompt view should appear.
540 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
543 * @param prompt View to use as an informational prompt.
545 public void setPromptView(View prompt) { argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1543 private void toStringLogSSC(String prompt) { argument
1545 log(prompt + ": logSSC is empty");
1548 log(prompt + ": logSSC.length=" + logSSC.length + " next=" + next);
1560 log(prompt + ": ----------------");
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerCompat.java616 * Sets the prompt to display when the dialog is shown.
617 * @param prompt the prompt to set
619 public void setPrompt(CharSequence prompt) { argument
620 mPopup.setPromptText(prompt);
624 * Sets the prompt to display when the dialog is shown.
625 * @param promptId the resource ID of the prompt to display when the dialog is shown
632 * @return The prompt to display when the dialog is shown
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java131 * The provided prompt view should appear above list content.
140 * The provided prompt view should appear below list content.
272 * Set where the optional prompt view should appear. The default is
275 * @param position A position constant declaring where the prompt should be displayed.
285 * @return Where the optional prompt view should appear.
556 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
559 * @param prompt View to use as an informational prompt.
561 public void setPromptView(View prompt) { argument
[all...]

Completed in 1945 milliseconds