/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | AppOpsInfoTest.java | 155 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 …]
|
D | NotificationInfoTest.java | 193 () -> VISIBLE == mNotificationInfo.findViewById(R.id.prompt).getVisibility()); in waitForStopButton()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractor.aidl | 31 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
|
D | AccessibilityButtonChooserActivity.java | 78 TextView prompt = findViewById(R.id.accessibility_button_prompt); in onCreate() local 80 prompt.setText(isTouchExploreOn() in onCreate() 84 prompt.setVisibility(View.VISIBLE); in onCreate()
|
D | ResolverActivity.java | 2234 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options, 2236 super(prompt, options, extras);
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 356 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/ |
D | mkobb.sh | 95 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/ |
D | AppOpsInfo.java | 109 final TextView prompt = findViewById(R.id.prompt); in bindPrompt() local 110 prompt.setText(getPrompt()); in bindPrompt()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 183 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/ |
D | MainInteractionSession.java | 382 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/ |
D | PhoneFactory.java | 429 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/ |
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/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ConfirmDialog.java | 76 mAlertParams.mTitle = getText(R.string.prompt); in onCreate()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 608 public void setPromptView(@Nullable View prompt) { in setPromptView() argument 613 mPromptView = prompt; in setPromptView()
|
D | Spinner.java | 824 public void setPrompt(CharSequence prompt) { in setPrompt() argument 825 mPopup.setPromptText(prompt); in setPrompt()
|
D | SearchView.java | 1715 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/ |
D | README.md | 63 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/ |
D | global.proto | 193 // prompt the user for install when a SIM card with matching UICC carrier privilege rules is
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1831 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4438 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 970 field public static final int prompt = 16843131; // 0x101017b
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 97142 Lcom/android/internal/R$attr;->prompt:I 120092 Ljavax/security/auth/callback/PasswordCallback;->prompt:Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 1086 field public static final int prompt = 16843131; // 0x101017b
|