Searched refs:mPositiveButtonText (Results 1 – 2 of 2) sorted by relevance
472 P.mPositiveButtonText = P.mContext.getText(textId); in setPositiveButton()485 P.mPositiveButtonText = text; in setPositiveButton()
877 public CharSequence mPositiveButtonText; field in AlertController.AlertParams952 if (mPositiveButtonText != null || mPositiveButtonIcon != null) { in apply()953 dialog.setButton(DialogInterface.BUTTON_POSITIVE, mPositiveButtonText, in apply()