Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfoTest.java155 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera() local
156 assertEquals("This app is using the camera.", prompt.getText()); in testPrompt_camera()
164 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_mic() local
165 assertEquals("This app is using the microphone.", prompt.getText()); in testPrompt_mic()
173 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_overlay() local
174 assertEquals("This app is displaying over other apps on your screen.", prompt.getText()); in testPrompt_overlay()
183 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera_mic() local
184 assertEquals("This app is using the microphone and camera.", prompt.getText()); in testPrompt_camera_mic()
194 TextView prompt = mAppOpsInfo.findViewById(R.id.prompt); in testPrompt_camera_mic_overlay() local
196 + " the microphone and camera.", prompt.getText()); in testPrompt_camera_mic_overlay()
[all …]
DNotificationInfoTest.java193 () -> VISIBLE == mNotificationInfo.findViewById(R.id.prompt).getVisibility()); in waitForStopButton()
/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
DAccessibilityButtonChooserActivity.java78 TextView prompt = findViewById(R.id.accessibility_button_prompt); in onCreate() local
80 prompt.setText(isTouchExploreOn() in onCreate()
84 prompt.setVisibility(View.VISIBLE); in onCreate()
DResolverActivity.java2234 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options,
2236 super(prompt, options, extras);
/frameworks/base/core/java/android/app/
DVoiceInteractor.java356 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest() argument
357 mPrompt = prompt; in ConfirmationRequest()
368 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest() argument
369 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest()
541 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest() argument
543 mPrompt = prompt; in PickOptionRequest()
556 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest() argument
557 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest()
633 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest() argument
634 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java109 final TextView prompt = findViewById(R.id.prompt); in bindPrompt() local
110 prompt.setText(getPrompt()); in bindPrompt()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java183 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) {
186 prompt, extras);
195 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt,
199 prompt, options, extras);
490 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest() argument
492 mPrompt = prompt; in ConfirmationRequest()
550 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest() argument
553 mPrompt = prompt; in PickOptionRequest()
661 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in CompleteVoiceRequest() argument
663 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.java429 boolean prompt = false; in isSMSPromptEnabled()
437 prompt = (value == 0) ? false : true ; in isSMSPromptEnabled()
438 Rlog.d(LOG_TAG, "SMS Prompt option:" + prompt); in isSMSPromptEnabled()
440 return prompt; in isSMSPromptEnabled()
/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/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/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/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java76 mAlertParams.mTitle = getText(R.string.prompt); in onCreate()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java608 public void setPromptView(@Nullable View prompt) { in setPromptView() argument
613 mPromptView = prompt; in setPromptView()
DSpinner.java824 public void setPrompt(CharSequence prompt) { in setPrompt() argument
825 mPopup.setPromptText(prompt); in setPrompt()
DSearchView.java1715 String prompt = null; in createVoiceAppSearchIntent() local
1724 prompt = resources.getString(searchable.getVoicePromptTextId()); in createVoiceAppSearchIntent()
1733 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/core/proto/android/providers/settings/
Dglobal.proto193 // prompt the user for install when a SIM card with matching UICC carrier privilege rules is
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1831 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4438 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt970 field public static final int prompt = 16843131; // 0x101017b
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt97142 Lcom/android/internal/R$attr;->prompt:I
120092 Ljavax/security/auth/callback/PasswordCallback;->prompt:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt1086 field public static final int prompt = 16843131; // 0x101017b