Searched refs:mButtonNeutralText (Results 1 – 1 of 1) sorted by relevance
96 private CharSequence mButtonNeutralText; field in AlertController344 mButtonNeutralText = text; in setButton()798 if (TextUtils.isEmpty(mButtonNeutralText) && mButtonNeutralIcon == null) { in setupButtons()801 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()