Home
last modified time | relevance | path

Searched refs:mText2UrlCol (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionCursor.java49 private final int mText2UrlCol; field in CursorBackedSuggestionCursor
71 mText2UrlCol = getColumnIndex(SearchManager.SUGGEST_COLUMN_TEXT_2_URL); in CursorBackedSuggestionCursor()
181 return getStringOrNull(mText2UrlCol); in getSuggestionText2Url()
/aosp12/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java85 private int mText2UrlCol = INVALID_INDEX; field in SuggestionsAdapter
270 mText2UrlCol = c.getColumnIndex(SearchManager.SUGGEST_COLUMN_TEXT_2_URL); in changeCursor()
329 CharSequence text2 = getStringOrNull(cursor, mText2UrlCol); in bindView()