Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
DBiometricPromptRequest.kt45 val negativeButtonText: String = info.negativeButtonText?.toString() ?: "" constant
/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DPromptSelectorInteractorImplTest.kt112 negativeButtonText = NEGATIVE_TEXT in <lambda>()
187 assertThat(currentPrompt?.negativeButtonText).isEqualTo(NEGATIVE_TEXT) in <lambda>()
387 negativeButtonText = NEGATIVE_TEXT in <lambda>()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java273 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument
274 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
/frameworks/base/core/java/android/preference/
DDialogPreference.java243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument
244 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DBiometricTestExtensions.kt145 info.negativeButtonText = negativeButton in promptInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModel.kt216 val negativeButtonText: Flow<String> = in <lambda>() constant
217 promptSelectorInteractor.prompt.map { it?.negativeButtonText ?: "" } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt327 launch { viewModel.negativeButtonText.collect { negativeButton.text = it } } in <lambda>()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt871 field public static final int negativeButtonText = 16843254; // 0x10101f6
/frameworks/base/core/api/
Dcurrent.txt1211 field public static final int negativeButtonText = 16843254; // 0x10101f6
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75515 Lcom/android/internal/R$attr;->negativeButtonText:I