HomeSort by relevance Sort by last modified time
    Searched refs:mIntentAction (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java 40 private String mIntentAction;
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...]
  /packages/apps/Settings/src/com/android/settings/search2/
DatabaseIndexingManager.java     [all...]

Completed in 130 milliseconds