Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java143 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_silenced() local
146 prompt.getText().toString()); in testPrompt_silenced()
155 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_promoted() local
158 prompt.getText().toString()); in testPrompt_promoted()
167 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_alerted() local
170 prompt.getText().toString()); in testPrompt_alerted()
179 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_demoted() local
182 prompt.getText().toString()); in testPrompt_demoted()
/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractor.aidl31 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation() argument
33 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption() argument
36 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice() argument
38 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice() argument
DResolverActivity.java2405 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options,
2407 super(prompt, options, extras);
/frameworks/base/core/java/android/app/
DVoiceInteractor.java354 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest() argument
355 mPrompt = prompt; in ConfirmationRequest()
366 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest() argument
367 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest()
539 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest() argument
541 mPrompt = prompt; in PickOptionRequest()
554 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest() argument
555 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest()
631 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest() argument
632 mPrompt = prompt; in CompleteVoiceRequest()
[all …]
/frameworks/base/tools/obbtool/
Dmkobb.sh95 prompt="$1"
97 while read -s -n 1 -p "$prompt" c; do \
101 prompt='*'
/frameworks/base/core/java/com/android/internal/accessibility/dialog/
DAccessibilityButtonChooserActivity.java79 final TextView prompt = findViewById(R.id.accessibility_button_prompt); in onCreate() local
81 prompt.setText(isTouchExploreOn in onCreate()
85 prompt.setVisibility(View.VISIBLE); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java132 final TextView prompt = findViewById(R.id.prompt); in bindPrompt() local
139 prompt.setText(Html.fromHtml(getPrompt())); in bindPrompt()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java209 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
212 prompt, extras);
221 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt,
225 prompt, options, extras);
524 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest() argument
526 mPrompt = prompt; in ConfirmationRequest()
584 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest() argument
587 mPrompt = prompt; in PickOptionRequest()
695 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in CompleteVoiceRequest() argument
697 mPrompt = prompt; in CompleteVoiceRequest()
[all …]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java382 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt() argument
383 if (prompt == null) { in setPrompt()
387 mText.setText(prompt.getVisualPrompt()); in setPrompt()
388 mPendingPrompt = prompt.getVisualPrompt(); in setPrompt()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java441 boolean prompt = false; in isSMSPromptEnabled()
449 prompt = (value == 0) ? false : true ; in isSMSPromptEnabled()
450 Rlog.d(LOG_TAG, "SMS Prompt option:" + prompt); in isSMSPromptEnabled()
452 return prompt; in isSMSPromptEnabled()
/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/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/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java125 mAlertParams.mTitle = getText(R.string.prompt); in onCreate()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java615 public void setPromptView(@Nullable View prompt) { in setPromptView() argument
620 mPromptView = prompt; in setPromptView()
DSpinner.java824 public void setPrompt(CharSequence prompt) { in setPrompt() argument
825 mPopup.setPromptText(prompt); in setPrompt()
DSearchView.java1723 String prompt = null; in createVoiceAppSearchIntent() local
1732 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent()
1741 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md63 Manual replaying is similar to debugging in gdb. A prompt is presented and the user is able to
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md27 want to prompt them to confirm their action, or if you simply want to ignore the
Dqs-tiles.md172 …May prompt the user to unlock the device if locked. Once the device is unlocked, it runs the given…
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto186 // prompt the user for install when a SIM card with matching UICC carrier privilege rules is
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto2225 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4447 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
/frameworks/proto_logging/stats/
Datoms.proto6091 // Whether an explicit CryptoObject was passed to the biometric prompt.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt970 field public static final int prompt = 16843131; // 0x101017b

12