Searched refs:mNegativeButtonText (Results 1 – 2 of 2) sorted by relevance
508 P.mNegativeButtonText = P.mContext.getText(textId); in setNegativeButton()521 P.mNegativeButtonText = text; in setNegativeButton()
880 public CharSequence mNegativeButtonText; field in AlertController.AlertParams956 if (mNegativeButtonText != null || mNegativeButtonIcon != null) { in apply()957 dialog.setButton(DialogInterface.BUTTON_NEGATIVE, mNegativeButtonText, in apply()