Home | History | Annotate | Download | only in app

Lines Matching defs:mSearchMode

74     private final int mSearchMode;
141 return 0 != (mSearchMode & SEARCH_MODE_BADGE_LABEL);
152 return (0 != (mSearchMode & SEARCH_MODE_BADGE_ICON)) && (mIconId != 0);
161 return 0 != (mSearchMode & SEARCH_MODE_QUERY_REWRITE_FROM_DATA);
170 return 0 != (mSearchMode & SEARCH_MODE_QUERY_REWRITE_FROM_TEXT);
314 mSearchMode = a.getInt(com.android.internal.R.styleable.Searchable_searchMode, 0);
810 mSearchMode = in.readInt();
848 dest.writeInt(mSearchMode);