Searched refs:mButtonNeutralText (Results 1 – 3 of 3) sorted by relevance
78 private CharSequence mButtonNeutralText; field in AlertController262 mButtonNeutralText = text; in setButton()574 if (TextUtils.isEmpty(mButtonNeutralText)) { in setupButtons()577 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()
97 private CharSequence mButtonNeutralText; field in AlertController397 mButtonNeutralText = text; in setButton()810 if (TextUtils.isEmpty(mButtonNeutralText)) { in setupButtons()813 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()
71585 Lcom/android/internal/app/AlertController;->mButtonNeutralText:Ljava/lang/CharSequence;