Searched defs:mIntentAction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java40 private String mIntentAction; field in class:SuggestionData
94 if (mIntentAction != null) return mIntentAction;
168 mIntentAction = intentAction;
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode());
264 if (mIntentAction == null) {
265 if (other.mIntentAction != null)
267 } else if (!mIntentAction.equals(other.mIntentAction))
[all...]

Completed in 44 milliseconds