Home
last modified time | relevance | path

Searched refs:mButtonNeutralText (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java97 private CharSequence mButtonNeutralText; field in AlertController
397 mButtonNeutralText = text; in setButton()
810 if (TextUtils.isEmpty(mButtonNeutralText)) { in setupButtons()
813 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75551 Lcom/android/internal/app/AlertController;->mButtonNeutralText:Ljava/lang/CharSequence;