/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfoTest.java | 160 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_silenced() local 163 prompt.getText().toString()); in testPrompt_silenced() 172 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_promoted() local 175 prompt.getText().toString()); in testPrompt_promoted() 184 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_alerted() local 187 prompt.getText().toString()); in testPrompt_alerted() 196 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_demoted() local 199 prompt.getText().toString()); in testPrompt_demoted()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
D | PromptCredentialInteractorTest.kt | 94 val prompt by collectLastValue(interactor.prompt) in <lambda>() constant 96 assertThat(prompt).isNull() in <lambda>() 189 val prompt by collectLastValue(interactor.prompt) in <lambda>() constant 210 assertThat(prompt?.title).isEqualTo(title) in <lambda>() 211 assertThat(prompt?.subtitle).isEqualTo(subtitle) in <lambda>() 212 assertThat(prompt?.description).isEqualTo(description) in <lambda>() 213 assertThat(prompt?.contentView).isEqualTo(contentView) in <lambda>() 214 assertThat(prompt?.userInfo).isEqualTo(BiometricUserInfo(USER_ID)) in <lambda>() 215 assertThat(prompt?.operationInfo).isEqualTo(BiometricOperationInfo(OPERATION_ID)) in <lambda>() 216 assertThat(prompt) in <lambda>() [all …]
|
D | PromptSelectorInteractorImplTest.kt | 164 val currentPrompt by collectLastValue(interactor.prompt) in <lambda>() 392 val currentPrompt by collectLastValue(interactor.prompt) in <lambda>() 417 val currentPrompt by collectLastValue(interactor.prompt) in <lambda>()
|
/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
|
/frameworks/proto_logging/stats/atoms/aiwallpapers/ |
D | aiwallpapers_extension_atoms.proto | 50 Enum corresponding to prompt templates. These are preapproved sentences, 55 /* unknown prompt. */ 96 * A record of the fact that a specific prompt template was selected. 103 /* true if prompt template was selected from WallpaperPicker, else false */ 105 /* the phrase shown for the prompt template in the dropdown */ 106 optional AiWallpapersPrompt prompt = 2; field 119 /* identifies the prompt within which this term option resides */ 120 optional AiWallpapersPrompt prompt = 1; field 137 /* the prompt template selected from the dropdown */ 138 optional AiWallpapersPrompt prompt = 1; field [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/ |
D | CredentialViewModel.kt | 39 credentialInteractor.prompt.filterIsInstance<BiometricPromptRequest.Credential>(), in <lambda>() 60 credentialInteractor.prompt.map { in <lambda>() 70 credentialInteractor.prompt.map { in <lambda>() 83 combine(credentialInteractor.verificationError, credentialInteractor.prompt) { error, p -> in <lambda>() 164 private fun Context.asBadCredentialErrorMessage(prompt: BiometricPromptRequest?): String = in Context() 166 if (prompt != null) prompt::class else BiometricPromptRequest.Credential.Password::class in Context()
|
D | PromptViewModel.kt | 89 promptSelectorInteractor.prompt in <lambda>() 217 promptSelectorInteractor.prompt.map { it?.negativeButtonText ?: "" } in <lambda>() 476 promptSelectorInteractor.prompt in <lambda>() 488 promptSelectorInteractor.prompt in <lambda>() 500 promptSelectorInteractor.prompt.map { it?.title ?: "" }.distinctUntilChanged() in <lambda>() 504 promptSelectorInteractor.prompt.map { it?.subtitle ?: "" }.distinctUntilChanged() in <lambda>() 508 promptSelectorInteractor.prompt in <lambda>() 513 promptSelectorInteractor.prompt.map { it?.description ?: "" }.distinctUntilChanged() in <lambda>() 986 prompt: BiometricPromptRequest.Biometric, in Context() 991 val componentName = prompt.getComponentNameForLogo(activityTaskManager) in Context() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/ |
D | PromptSelectorInteractor.kt | 55 val prompt: Flow<BiometricPromptRequest.Biometric?> in <lambda>() constant 111 override val prompt: Flow<BiometricPromptRequest.Biometric?> = constant 149 combine(prompt, isCredentialAllowed) { prompt, isAllowed -> in isAllowed() method 150 if (prompt != null && isAllowed) { in isAllowed() 151 getCredentialType(lockPatternUtils, prompt.userInfo.deviceCredentialOwnerId) in isAllowed()
|
D | PromptCredentialInteractor.kt | 64 val prompt: Flow<BiometricPromptRequest.Credential?> = in <lambda>() constant in com.android.systemui.biometrics.domain.interactor.PromptCredentialInteractor
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 355 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest() argument 356 mPrompt = prompt; in ConfirmationRequest() 367 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest() argument 368 mPrompt = (prompt != null ? new Prompt(prompt) : null); in ConfirmationRequest() 540 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest() argument 542 mPrompt = prompt; in PickOptionRequest() 555 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest() argument 556 mPrompt = (prompt != null ? new Prompt(prompt) : null); in PickOptionRequest() 632 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest() argument 633 mPrompt = prompt; in CompleteVoiceRequest() [all …]
|
/frameworks/base/core/java/com/android/internal/accessibility/dialog/ |
D | AccessibilityButtonChooserActivity.java | 79 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/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 | FeedbackInfo.java | 133 final TextView prompt = findViewById(R.id.prompt); in bindPrompt() local 140 prompt.setText(Html.fromHtml(getPrompt())); in bindPrompt()
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | biometrics_framework.aconfig | 9 description: "Adds talkback directional guidance when using UDFPS with biometric prompt"
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 241 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) { 244 prompt, extras); 253 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, 257 prompt, options, extras); 556 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in ConfirmationRequest() argument 558 mPrompt = prompt; in ConfirmationRequest() 616 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, in PickOptionRequest() argument 619 mPrompt = prompt; in PickOptionRequest() 727 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) { in CompleteVoiceRequest() argument 729 mPrompt = prompt; in CompleteVoiceRequest() [all …]
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 384 void setPrompt(VoiceInteractor.Prompt prompt) { in setPrompt() argument 385 if (prompt == null) { in setPrompt() 389 mText.setText(prompt.getVisualPrompt()); in setPrompt() 390 mPendingPrompt = prompt.getVisualPrompt(); in setPrompt()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | flags.aconfig | 39 …description: "This flag controls whether LSKF fallback is removed from biometric prompt when the p…
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 447 boolean prompt = false; in isSMSPromptEnabled() 455 prompt = (value == 0) ? false : true ; in isSMSPromptEnabled() 456 Rlog.d(LOG_TAG, "SMS Prompt option:" + prompt); in isSMSPromptEnabled() 458 return prompt; in isSMSPromptEnabled()
|
/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/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/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ConfirmDialog.java | 128 mAlertParams.mTitle = getText(R.string.prompt); in onCreate()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 615 public void setPromptView(@Nullable View prompt) { in setPromptView() argument 620 mPromptView = prompt; in setPromptView()
|
D | Spinner.java | 844 public void setPrompt(CharSequence prompt) { in setPrompt() argument 845 mPopup.setPromptText(prompt); in setPrompt()
|
/frameworks/base/core/java/android/content/pm/ |
D | multiuser.aconfig | 274 description: "Update the biometric prompt from generic Settings icon to private space icon"
|