Searched refs:prompt (Results 1 - 9 of 9) 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.java1362 Message prompt = obtainMessage(JS_PROMPT, result);
1363 prompt.getData().putString("message", message);
1364 prompt.getData().putString("default", defaultValue);
1365 prompt.getData().putString("url", url);
1366 sendMessageToUiThreadSync(prompt);
1387 * posts a message to the UI thread that will prompt the WebChromeClient
1452 * Called by WebViewCore to instruct the browser to display a prompt to ask
1475 * 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.java634 * Sets the prompt to display when the dialog is shown.
635 * @param prompt the prompt to set
637 public void setPrompt(CharSequence prompt) { argument
638 mPopup.setPromptText(prompt);
642 * Sets the prompt to display when the dialog is shown.
643 * @param promptId the resource ID of the prompt to display when the dialog is shown
650 * @return The prompt to display when the dialog is shown
H A DSearchView.java1531 String prompt = null;
1540 prompt = resources.getString(searchable.getVoicePromptTextId());
1549 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt);

Completed in 189 milliseconds