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