Searched refs:mNeutralButtonTextResId (Results 1 – 1 of 1) sorted by relevance
75 private final int mNeutralButtonTextResId; field in SuspendDialogInfo120 return mNeutralButtonTextResId; in getNeutralButtonTextResId()138 if (mNeutralButtonTextResId != ID_NULL) { in saveToXml()139 XmlUtils.writeIntAttribute(out, XML_ATTR_BUTTON_TEXT_RES_ID, mNeutralButtonTextResId); in saveToXml()181 hashCode = 31 * hashCode + mNeutralButtonTextResId; in hashCode()199 && mNeutralButtonTextResId == otherDialogInfo.mNeutralButtonTextResId in equals()216 if (mNeutralButtonTextResId != ID_NULL) { in toString()218 builder.append(Integer.toHexString(mNeutralButtonTextResId)); in toString()245 dest.writeInt(mNeutralButtonTextResId); in writeToParcel()253 mNeutralButtonTextResId = source.readInt(); in SuspendDialogInfo()[all …]