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()265 hashCode = 31 * hashCode + mNeutralButtonTextResId; in hashCode()287 && mNeutralButtonTextResId == otherDialogInfo.mNeutralButtonTextResId in equals()310 if (mNeutralButtonTextResId != ID_NULL) { in toString()346 dest.writeInt(mNeutralButtonTextResId); in writeToParcel()357 mNeutralButtonTextResId = source.readInt(); in SuspendDialogInfo()368 mNeutralButtonTextResId = b.mNeutralButtonTextResId; in SuspendDialogInfo()395 private int mNeutralButtonTextResId = ID_NULL; field in SuspendDialogInfo.Builder[all …]