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

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

Completed in 141 milliseconds