Lines Matching refs:other
248 SuggestionData other = (SuggestionData)obj; in equals()
250 if (other.mFormat != null) in equals()
252 } else if (!mFormat.equals(other.mFormat)) in equals()
255 if (other.mIcon1 != null) in equals()
257 } else if (!mIcon1.equals(other.mIcon1)) in equals()
260 if (other.mIcon2 != null) in equals()
262 } else if (!mIcon2.equals(other.mIcon2)) in equals()
265 if (other.mIntentAction != null) in equals()
267 } else if (!mIntentAction.equals(other.mIntentAction)) in equals()
270 if (other.mIntentData != null) in equals()
272 } else if (!mIntentData.equals(other.mIntentData)) in equals()
275 if (other.mIntentExtraData != null) in equals()
277 } else if (!mIntentExtraData.equals(other.mIntentExtraData)) in equals()
280 if (other.mLogType != null) in equals()
282 } else if (!mLogType.equals(other.mLogType)) in equals()
285 if (other.mShortcutId != null) in equals()
287 } else if (!mShortcutId.equals(other.mShortcutId)) in equals()
290 if (other.mSource != null) in equals()
292 } else if (!mSource.equals(other.mSource)) in equals()
294 if (mSpinnerWhileRefreshing != other.mSpinnerWhileRefreshing) in equals()
297 if (other.mSuggestionQuery != null) in equals()
299 } else if (!mSuggestionQuery.equals(other.mSuggestionQuery)) in equals()
302 if (other.mText1 != null) in equals()
304 } else if (!mText1.equals(other.mText1)) in equals()
307 if (other.mText2 != null) in equals()
309 } else if (!mText2.equals(other.mText2)) in equals()