Searched refs:negativeButtonText (Results 1 – 12 of 12) sorted by relevance
45 val negativeButtonText: String = info.negativeButtonText?.toString() ?: "" constant
297 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() argument298 if (!TextUtils.equals(negativeButtonText, mNegativeButtonInfo.mText)) { in setNegativeButtonText()299 mNegativeButtonInfo.mText = negativeButtonText; in setNegativeButtonText()
112 negativeButtonText = NEGATIVE_TEXT in <lambda>()187 assertThat(currentPrompt?.negativeButtonText).isEqualTo(NEGATIVE_TEXT) in <lambda>()387 negativeButtonText = NEGATIVE_TEXT in <lambda>()
273 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument274 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument244 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
145 info.negativeButtonText = negativeButton in promptInfo()
216 val negativeButtonText: Flow<String> = in <lambda>() constant217 promptSelectorInteractor.prompt.map { it?.negativeButtonText ?: "" } in <lambda>()
327 launch { viewModel.negativeButtonText.collect { negativeButton.text = it } } in <lambda>()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
871 field public static final int negativeButtonText = 16843254; // 0x10101f6
1211 field public static final int negativeButtonText = 16843254; // 0x10101f6
75515 Lcom/android/internal/R$attr;->negativeButtonText:I