/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractor.aidl | 30 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation() argument 32 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption() argument 35 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice() argument 37 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice() argument
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 337 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest() argument 338 mPrompt = prompt; in ConfirmationRequest() 349 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest() argument 350 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest() 522 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest() argument 524 mPrompt = prompt; in PickOptionRequest() 537 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest() argument 538 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest() 614 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest() argument 615 mPrompt = prompt; in CompleteVoiceRequest() [all …]
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 95 prompt="$1" 97 while read -s -n 1 -p "$prompt" c; do \ 101 prompt='*'
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 154 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) { 157 prompt, extras); 166 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, 170 prompt, options, extras); 435 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest() argument 437 mPrompt = prompt; in ConfirmationRequest() 494 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest() argument 497 mPrompt = prompt; in PickOptionRequest() 604 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in CompleteVoiceRequest() argument 606 mPrompt = prompt; in CompleteVoiceRequest() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 310 boolean prompt = false; in isSMSPromptEnabled() 318 prompt = (value == 0) ? false : true ; in isSMSPromptEnabled() 319 Rlog.d(LOG_TAG, "SMS Prompt option:" + prompt); in isSMSPromptEnabled() 321 return prompt; in isSMSPromptEnabled()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 365 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt() argument 366 if (prompt == null) { in setPrompt() 370 mText.setText(prompt.getVisualPrompt()); in setPrompt() 371 mPendingPrompt = prompt.getVisualPrompt(); in setPrompt()
|
/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/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/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/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatSpinner.java | 445 public void setPrompt(CharSequence prompt) { in setPrompt() argument 447 mPopup.setPromptText(prompt); in setPrompt() 449 super.setPrompt(prompt); in setPrompt()
|
D | ListPopupWindow.java | 611 public void setPromptView(@Nullable View prompt) { in setPromptView() argument 616 mPromptView = prompt; in setPromptView()
|
D | SearchView.java | 1657 String prompt = null; in createVoiceAppSearchIntent() local 1667 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent() 1677 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ConfirmDialog.java | 73 mAlertParams.mTitle = getText(R.string.prompt); in onCreate()
|
/frameworks/base/docs/html/training/location/ |
D | change-location-settings.jd | 13 <li><a href="#prompt">Prompt the User to Change Location Settings</a></li> 49 then check the current location settings and prompt the user to enable the 201 <h2 id="prompt">Prompt the User to Change Location Settings</h2> 207 settings must be changed. To prompt the user for permission to modify the
|
/frameworks/base/docs/html/distribute/users/ |
D | ota-installs.jd | 37 <li>Measure impressions of the Android install prompt, installs, and success rate by
|
/frameworks/base/docs/html/guide/topics/security/ |
D | normal-permissions.jd | 52 that permission at install time. The system does not prompt the user
|
/frameworks/base/docs/html/training/accessibility/ |
D | testing.jd | 112 items with multiple components in a list) do not simply repeat the same audio prompt. For 115 <li><strong>Audio prompt overloading or underloading:</strong> Check that closely related 135 …video to pause video should provide an audio prompt which is appropriate to its current state.</li>
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | index.jd | 60 the command prompt.</li>
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 572 public void setPromptView(@Nullable View prompt) { in setPromptView() argument 577 mPromptView = prompt; in setPromptView()
|
D | Spinner.java | 801 public void setPrompt(CharSequence prompt) { in setPrompt() argument 802 mPopup.setPromptText(prompt); in setPrompt()
|
D | SearchView.java | 1694 String prompt = null; in createVoiceAppSearchIntent() local 1703 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent() 1712 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
|
/frameworks/base/docs/html/ndk/guides/ |
D | setup.jd | 77 typing {@code ndk-build} at the command prompt.</li>
|
D | ndk-gdb.jd | 57 <p>Next, {@code ndk-gdb} displays a normal GDB prompt.</p> 64 <p>Note that when you quit the GDB prompt, the application process that you're debugging stops. This
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1663 private void toStringLogSSC(String prompt) { in toStringLogSSC() argument 1665 log(prompt + ": logSSC is empty"); in toStringLogSSC() 1668 log(prompt + ": logSSC.length=" + logSSC.length + " next=" + next); in toStringLogSSC() 1680 log(prompt + ": ----------------"); in toStringLogSSC()
|
/frameworks/base/docs/html/training/articles/ |
D | wear-permissions.jd | 83 displays a dialog to prompt the user for that permission. An app or service can only call the 91 certain permissions, your app can prompt for them on launch. If it may not be so obvious, 221 <p>If your app clearly requires a permission in order to work at all, you can prompt for that
|