Home
last modified time | relevance | path

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

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