Home
last modified time | relevance | path

Searched refs:mIntentAction (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java40 private String mIntentAction; field in SuggestionData
94 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()