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

/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java64 static final int REFINE_BY_ENTRY = 1; field in class:SuggestionsAdapter
75 private int mQueryRefinement = REFINE_BY_ENTRY;
149 * {@link #REFINE_BY_ENTRY}, and {@link #REFINE_ALL}.
358 || (mQueryRefinement == REFINE_BY_ENTRY
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java65 static final int REFINE_BY_ENTRY = 1; field in class:SuggestionsAdapter
75 private int mQueryRefinement = REFINE_BY_ENTRY;
115 * {@link #REFINE_BY_ENTRY}, and {@link #REFINE_ALL}.
317 || (mQueryRefinement == REFINE_BY_ENTRY

Completed in 1688 milliseconds