Home | History | Annotate | Download | only in quicksearchbox

Lines Matching full:equals

123         return Intent.ACTION_WEB_SEARCH.equals(getSuggestionIntentAction());
241 public boolean equals(Object obj) {
252 } else if (!mFormat.equals(other.mFormat))
257 } else if (!mIcon1.equals(other.mIcon1))
262 } else if (!mIcon2.equals(other.mIcon2))
267 } else if (!mIntentAction.equals(other.mIntentAction))
272 } else if (!mIntentData.equals(other.mIntentData))
277 } else if (!mIntentExtraData.equals(other.mIntentExtraData))
282 } else if (!mLogType.equals(other.mLogType))
287 } else if (!mShortcutId.equals(other.mShortcutId))
292 } else if (!mSource.equals(other.mSource))
299 } else if (!mSuggestionQuery.equals(other.mSuggestionQuery))
304 } else if (!mText1.equals(other.mText1))
309 } else if (!mText2.equals(other.mText2))