Searched refs:mButtonNeutralText (Results 1 – 2 of 2) sorted by relevance
99 private CharSequence mButtonNeutralText; field in AlertController398 mButtonNeutralText = text; in setButton()781 if (TextUtils.isEmpty(mButtonNeutralText)) { in setupButtons()784 mButtonNeutral.setText(mButtonNeutralText); in setupButtons()
92916 Lcom/android/internal/app/AlertController;->mButtonNeutralText:Ljava/lang/CharSequence;