Searched refs:mNeutralButtonText (Results 1 – 5 of 5) sorted by relevance
81 private final String mNeutralButtonText; field in SuspendDialogInfo180 return mNeutralButtonText; in getNeutralButtonText()212 XmlUtils.writeStringAttribute(out, XML_ATTR_BUTTON_TEXT, mNeutralButtonText); in saveToXml()266 hashCode = 31 * hashCode + Objects.hashCode(mNeutralButtonText); in hashCode()288 && Objects.equals(mNeutralButtonText, otherDialogInfo.mNeutralButtonText) in equals()314 } else if (mNeutralButtonText != null) { in toString()316 builder.append(mNeutralButtonText); in toString()347 dest.writeString(mNeutralButtonText); in writeToParcel()358 mNeutralButtonText = source.readString(); in SuspendDialogInfo()369 mNeutralButtonText = (mNeutralButtonTextResId == ID_NULL) ? b.mNeutralButtonText : null; in SuspendDialogInfo()[all …]
84 mAlertParams.mNeutralButtonText = getText(R.string.disconnect); in onCreate()
679 P.mNeutralButtonText = P.mContext.getText(textId); in setNeutralButton()692 P.mNeutralButtonText = text; in setNeutralButton()
1042 public CharSequence mNeutralButtonText; field in AlertController.AlertParams1138 if (mNeutralButtonText != null) { in apply()1139 dialog.setButton(DialogInterface.BUTTON_NEUTRAL, mNeutralButtonText, in apply()
243 ap.mNeutralButtonText = resolveNeutralButtonText(); in onCreate()