Searched refs:negativeButtonText (Results 1 – 11 of 11) sorted by relevance
34 val negativeButtonText: String = info.negativeButtonText?.toString() ?: ""
93 negativeButtonText = NEGATIVE_TEXT122 assertThat(currentPrompt?.negativeButtonText).isEqualTo(NEGATIVE_TEXT)160 negativeButtonText = NEGATIVE_TEXT
69 promptInfo.negativeButtonText = "Negative"186 info.negativeButtonText = negativeButton
297 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() argument298 if (!TextUtils.equals(negativeButtonText, mNegativeButtonInfo.mText)) { in setNegativeButtonText()299 mNegativeButtonInfo.mText = negativeButtonText; in setNegativeButtonText()
188 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument189 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument244 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
91 val negativeButtonText: Flow<String> =92 promptSelectorInteractor.prompt.map { it?.negativeButtonText ?: "" }
292 launch { viewModel.negativeButtonText.collect { negativeButton.text = it } }
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1185 field public static final int negativeButtonText = 16843254; // 0x10101f6
76158 Lcom/android/internal/R$attr;->negativeButtonText:I