Lines Matching full:other
233 SuggestionData other = (SuggestionData)obj;
235 if (other.mFormat != null)
237 } else if (!mFormat.equals(other.mFormat))
240 if (other.mIcon1 != null)
242 } else if (!mIcon1.equals(other.mIcon1))
245 if (other.mIcon2 != null)
247 } else if (!mIcon2.equals(other.mIcon2))
250 if (other.mIntentAction != null)
252 } else if (!mIntentAction.equals(other.mIntentAction))
255 if (other.mIntentData != null)
257 } else if (!mIntentData.equals(other.mIntentData))
260 if (other.mIntentExtraData != null)
262 } else if (!mIntentExtraData.equals(other.mIntentExtraData))
265 if (other.mLogType != null)
267 } else if (!mLogType.equals(other.mLogType))
270 if (other.mShortcutId != null)
272 } else if (!mShortcutId.equals(other.mShortcutId))
275 if (other.mSource != null)
277 } else if (!mSource.equals(other.mSource))
279 if (mSpinnerWhileRefreshing != other.mSpinnerWhileRefreshing)
282 if (other.mSuggestionQuery != null)
284 } else if (!mSuggestionQuery.equals(other.mSuggestionQuery))
287 if (other.mText1 != null)
289 } else if (!mText1.equals(other.mText1))
292 if (other.mText2 != null)
294 } else if (!mText2.equals(other.mText2))