Home
last modified time | relevance | path

Searched refs:negativeButtonText (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
H A DBiometricPromptRequest.kt34 val negativeButtonText: String = info.negativeButtonText?.toString() ?: ""
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractorImplTest.kt93 negativeButtonText = NEGATIVE_TEXT
122 assertThat(currentPrompt?.negativeButtonText).isEqualTo(NEGATIVE_TEXT)
160 negativeButtonText = NEGATIVE_TEXT
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricTestExtensions.kt69 promptInfo.negativeButtonText = "Negative"
186 info.negativeButtonText = negativeButton
/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessagePreference.java297 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() argument
298 if (!TextUtils.equals(negativeButtonText, mNegativeButtonInfo.mText)) { in setNegativeButtonText()
299 mNegativeButtonInfo.mText = negativeButtonText; in setNegativeButtonText()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java188 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument
189 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
/aosp14/frameworks/base/core/java/android/preference/
H A DDialogPreference.java243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument
244 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModel.kt91 val negativeButtonText: Flow<String> =
92 promptSelectorInteractor.prompt.map { it?.negativeButtonText ?: "" }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewBinder.kt292 launch { viewModel.negativeButtonText.collect { negativeButton.text = it } }
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1185 field public static final int negativeButtonText = 16843254; // 0x10101f6
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76158 Lcom/android/internal/R$attr;->negativeButtonText:I