Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/tools/obbtool/
Dmkobb.sh95 prompt="$1"
97 while read -s -n 1 -p "$prompt" c; do \
101 prompt='*'
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java65 ((TextView) view.findViewById(R.id.prompt)).setText( in onResume()
66 getString(R.string.prompt, app.loadLabel(pm))); in onResume()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java94 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError() argument
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error)); in checkEglError()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java94 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError() argument
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error)); in checkEglError()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java97 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError() argument
100 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error)); in checkEglError()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DSpinnerICS.java459 public void setPrompt(CharSequence prompt) { in setPrompt() argument
460 mPopup.setPromptText(prompt); in setPrompt()
DListPopupWindow.java491 public void setPromptView(View prompt) { in setPromptView() argument
496 mPromptView = prompt; in setPromptView()
/frameworks/base/docs/html/design/building-blocks/
Dtext-fields.jd38 what kind of characters are allowed inside the field, and may prompt the virtual keyboard to
Ddialogs.jd12 <p>Dialogs prompt the user for decisions or additional information required by the app to continue a
/frameworks/base/docs/html/tools/help/
Dlogcat.jd22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt
DMonkeyRunner.jd219 The prompt message displayed in the dialog.
319 The prompt message displayed in the dialog.
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd60 the command prompt.</li>
/frameworks/base/docs/html/tools/testing/
Dtesting_accessibility.jd110 items with multiple components in a list) do not simply repeat the same audio prompt. For
113 <li><strong>Audio prompt overloading or underloading:</strong> Check that closely related
133 …video to pause video should provide an audio prompt which is appropriate to its current state.</li>
/frameworks/base/core/java/android/widget/
DSpinner.java690 public void setPrompt(CharSequence prompt) { in setPrompt() argument
691 mPopup.setPromptText(prompt); in setPrompt()
DSearchView.java1532 String prompt = null; in createVoiceAppSearchIntent() local
1541 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent()
1550 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
DListPopupWindow.java531 public void setPromptView(View prompt) { in setPromptView() argument
536 mPromptView = prompt; in setPromptView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1472 String prompt = null; in createVoiceAppSearchIntent() local
1481 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent()
1490 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
/frameworks/base/docs/html/google/play-services/
Dplus.jd46 <p>Interactive posts is a rich way of sharing to Google+. It lets users prompt friends
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd179 <li>Click <strong>Next</strong>. Vista may prompt you to confirm the privilege elevation
196 <li>When Vista starts updating the driver, a prompt will ask how you want to
204 <li>Click <strong>Next</strong>. Vista might prompt you to confirm the privilege elevation
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_dialog.jd39 <p>Dialog icons are shown in pop-up dialog boxes that prompt the user for
Dicon_design.jd99 <dd>Dialog icons are shown in pop-up dialog boxes that prompt the user for
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd354 requirements, the application can prompt the user to pick a different password
457 changes to prompt the user to activate the device admin application, as shown in figure
460 <img src="{@docRoot}images/admin/device-admin-activate-prompt.png"/>
466 changes to prompt the user to activate the device admin application, as shown in figure
/frameworks/base/docs/html/tools/adk/
Dadk.jd250 from a shell prompt.</li>
336 ADK board</a>). When connected, accept the prompt that asks for whether or not to open the
337 DemoKit application to connect to the accessory. If the prompt does not show up, connect and
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd238 <p>Be gentle in how you prompt people to make corrections. They want to feel smart when they use yo…
/frameworks/base/docs/html/tools/help/uiautomator/
DUiSelector.jd1263 provide an audio prompt for the widget when
1315 provide an audio prompt for the widget when
1361 provide an audio prompt for the widget when
1414 provide an audio prompt for the widget when

12