Searched refs:prompt (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/obbtool/
H A Dmkobb.sh95 prompt="$1"
97 while read -s -n 1 -p "$prompt" c; do \
101 prompt='*'
195 echo "ERROR: Crypto desired, but no key supplied or requested to prompt for."
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java65 ((TextView) view.findViewById(R.id.prompt)).setText(
66 getString(R.string.prompt, app.loadLabel(pm)));
/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/webkit/
H A DCallbackProxy.java1161 Message prompt = obtainMessage(JS_DIALOG, result);
1162 prompt.getData().putString("message", message);
1163 prompt.getData().putString("default", defaultValue);
1164 prompt.getData().putString("url", url);
1165 prompt.getData().putInt("type", JsDialogHelper.PROMPT);
1166 sendMessageToUiThreadSync(prompt);
1188 * posts a message to the UI thread that will prompt the WebChromeClient
1253 * Called by WebViewCore to instruct the browser to display a prompt to ask
1276 * permissions prompt.
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java101 * The provided prompt view should appear above list content.
110 * The provided prompt view should appear below list content.
229 * Set where the optional prompt view should appear. The default is
232 * @param position A position constant declaring where the prompt should be displayed.
242 * @return Where the optional prompt view should appear.
504 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
507 * @param prompt View to use as an informational prompt.
509 public void setPromptView(View prompt) { argument
[all...]
H A DSpinner.java639 * Sets the prompt to display when the dialog is shown.
640 * @param prompt the prompt to set
642 public void setPrompt(CharSequence prompt) { argument
643 mPopup.setPromptText(prompt);
647 * Sets the prompt to display when the dialog is shown.
648 * @param promptId the resource ID of the prompt to display when the dialog is shown
655 * @return The prompt to display when the dialog is shown
H A DSearchView.java1532 String prompt = null;
1541 prompt = resources.getString(searchable.getVoicePromptTextId());
1550 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerICS.java456 * Sets the prompt to display when the dialog is shown.
457 * @param prompt the prompt to set
459 public void setPrompt(CharSequence prompt) { argument
460 mPopup.setPromptText(prompt);
464 * Sets the prompt to display when the dialog is shown.
465 * @param promptId the resource ID of the prompt to display when the dialog is shown
472 * @return The prompt to display when the dialog is shown
H A DListPopupWindow.java108 * The provided prompt view should appear above list content.
117 * The provided prompt view should appear below list content.
221 * Set where the optional prompt view should appear. The default is {@link
224 * @param position A position constant declaring where the prompt should be displayed.
233 * @return Where the optional prompt view should appear.
486 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
489 * @param prompt View to use as an informational prompt.
491 public void setPromptView(View prompt) { argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1465 String prompt = null;
1474 prompt = resources.getString(searchable.getVoicePromptTextId());
1483 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt);

Completed in 1348 milliseconds