/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 95 prompt="$1" 97 while read -s -n 1 -p "$prompt" c; do \ 101 prompt='*'
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ConfirmDialog.java | 65 ((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/ |
D | GL2JNIView.java | 94 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/ |
D | GLPerfView.java | 94 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/ |
D | GLDualGL2View.java | 97 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/ |
D | SpinnerICS.java | 459 public void setPrompt(CharSequence prompt) { in setPrompt() argument 460 mPopup.setPromptText(prompt); in setPrompt()
|
D | ListPopupWindow.java | 491 public void setPromptView(View prompt) { in setPromptView() argument 496 mPromptView = prompt; in setPromptView()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | text-fields.jd | 38 what kind of characters are allowed inside the field, and may prompt the virtual keyboard to
|
D | dialogs.jd | 12 <p>Dialogs prompt the user for decisions or additional information required by the app to continue a
|
/frameworks/base/docs/html/tools/help/ |
D | logcat.jd | 22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt
|
D | MonkeyRunner.jd | 219 The prompt message displayed in the dialog. 319 The prompt message displayed in the dialog.
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | index.jd | 60 the command prompt.</li>
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_accessibility.jd | 110 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/ |
D | Spinner.java | 690 public void setPrompt(CharSequence prompt) { in setPrompt() argument 691 mPopup.setPromptText(prompt); in setPrompt()
|
D | SearchView.java | 1532 String prompt = null; in createVoiceAppSearchIntent() local 1541 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent() 1550 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
|
D | ListPopupWindow.java | 531 public void setPromptView(View prompt) { in setPromptView() argument 536 mPromptView = prompt; in setPromptView()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SearchView.java | 1472 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/ |
D | plus.jd | 46 <p>Interactive posts is a rich way of sharing to Google+. It lets users prompt friends
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 179 <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/ |
D | icon_design_dialog.jd | 39 <p>Dialog icons are shown in pop-up dialog boxes that prompt the user for
|
D | icon_design.jd | 99 <dd>Dialog icons are shown in pop-up dialog boxes that prompt the user for
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 354 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/ |
D | adk.jd | 250 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/ |
D | principles.jd | 238 <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/ |
D | UiSelector.jd | 1263 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
|