Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionCursor.java40 private final int mFormatCol; field in CursorBackedSuggestionCursor
68 mFormatCol = getColumnIndex(SearchManager.SUGGEST_COLUMN_FORMAT); in CursorBackedSuggestionCursor()
169 return getStringOrNull(mFormatCol); in getSuggestionFormat()