Home | History | Annotate | Download | only in app

Lines Matching defs:mSearchMode

75     private final int mSearchMode;
142 return 0 != (mSearchMode & SEARCH_MODE_BADGE_LABEL);
153 return (0 != (mSearchMode & SEARCH_MODE_BADGE_ICON)) && (mIconId != 0);
162 return 0 != (mSearchMode & SEARCH_MODE_QUERY_REWRITE_FROM_DATA);
171 return 0 != (mSearchMode & SEARCH_MODE_QUERY_REWRITE_FROM_TEXT);
315 mSearchMode = a.getInt(com.android.internal.R.styleable.Searchable_searchMode, 0);
815 mSearchMode = in.readInt();
853 dest.writeInt(mSearchMode);