Searched refs:mButtonNeutralText (Results 1 – 2 of 2) sorted by relevance
84 private CharSequence mButtonNeutralText; field in AlertController322 mButtonNeutralText = text; in setButton()580 if (TextUtils.isEmpty(mButtonNeutralText)) { in setupButtons()583 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()
92 private CharSequence mButtonNeutralText; field in AlertController341 mButtonNeutralText = text; in setButton()714 if (TextUtils.isEmpty(mButtonNeutralText)) { in setupButtons()717 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()