Searched refs:mIntentAction (Results 1 – 1 of 1) sorted by relevance
40 private String mIntentAction; field in SuggestionData94 if (mIntentAction != null) return mIntentAction; in getSuggestionIntentAction()168 mIntentAction = intentAction; in setIntentAction()227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode()); in hashCode()264 if (mIntentAction == null) { in equals()265 if (other.mIntentAction != null) in equals()267 } else if (!mIntentAction.equals(other.mIntentAction)) in equals()323 appendField(builder, "intentAction", mIntentAction); in toString()