Searched refs:mSuggestionProjection (Results 1 – 1 of 1) sorted by relevance
118 private String[] mSuggestionProjection; field in SearchRecentSuggestionsProvider193 mSuggestionProjection = new String [] { in setupSuggestions()206 mSuggestionProjection = new String [] { in setupSuggestions()340 Cursor c = db.query(sSuggestions, mSuggestionProjection, in query()