Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCursorBackedSuggestionCursor.java55 private final int mIcon2Col; field in CursorBackedSuggestionCursor
73 mIcon2Col = getColumnIndex(SearchManager.SUGGEST_COLUMN_ICON_2); in CursorBackedSuggestionCursor()
189 return getStringOrNull(mIcon2Col); in getSuggestionIcon2()