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()217 if (mNeutralButtonTextResId != ID_NULL) { in toString()219 builder.append(Integer.toHexString(mNeutralButtonTextResId)); in toString()246 dest.writeInt(mNeutralButtonTextResId); in writeToParcel()254 mNeutralButtonTextResId = source.readInt(); in SuspendDialogInfo()[all …]