Searched refs:mNeutralButtonTextResId (Results 1 – 1 of 1) sorted by relevance
80 private final int mNeutralButtonTextResId; field in SuspendDialogInfo170 return mNeutralButtonTextResId; in getNeutralButtonTextResId()209 if (mNeutralButtonTextResId != ID_NULL) { in saveToXml()210 out.attributeInt(null, XML_ATTR_BUTTON_TEXT_RES_ID, mNeutralButtonTextResId); in saveToXml()265 hashCode = 31 * hashCode + mNeutralButtonTextResId; in hashCode()287 && mNeutralButtonTextResId == otherDialogInfo.mNeutralButtonTextResId in equals()310 if (mNeutralButtonTextResId != ID_NULL) { in toString()312 builder.append(Integer.toHexString(mNeutralButtonTextResId)); in toString()346 dest.writeInt(mNeutralButtonTextResId); in writeToParcel()357 mNeutralButtonTextResId = source.readInt(); in SuspendDialogInfo()[all …]