Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCursorBackedSuggestionCursor.java52 private final int mIcon1Col; field in CursorBackedSuggestionCursor
72 mIcon1Col = getColumnIndex(SearchManager.SUGGEST_COLUMN_ICON_1); in CursorBackedSuggestionCursor()
185 return getStringOrNull(mIcon1Col); in getSuggestionIcon1()