Lines Matching refs:prime
222 final int prime = 31; in hashCode() local
224 result = prime * result + ((mFormat == null) ? 0 : mFormat.hashCode()); in hashCode()
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode()); in hashCode()
226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode()); in hashCode()
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode()); in hashCode()
228 result = prime * result + ((mIntentData == null) ? 0 : mIntentData.hashCode()); in hashCode()
229 result = prime * result + ((mIntentExtraData == null) ? 0 : mIntentExtraData.hashCode()); in hashCode()
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode()); in hashCode()
231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode()); in hashCode()
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode()); in hashCode()
233 result = prime * result + (mSpinnerWhileRefreshing ? 1231 : 1237); in hashCode()
234 result = prime * result + ((mSuggestionQuery == null) ? 0 : mSuggestionQuery.hashCode()); in hashCode()
235 result = prime * result + ((mText1 == null) ? 0 : mText1.hashCode()); in hashCode()
236 result = prime * result + ((mText2 == null) ? 0 : mText2.hashCode()); in hashCode()