Searched refs:mSuggestionProjection (Results 1 – 1 of 1) sorted by relevance
120 private String[] mSuggestionProjection; field in SearchRecentSuggestionsProvider195 mSuggestionProjection = new String [] { in setupSuggestions()208 mSuggestionProjection = new String [] { in setupSuggestions()342 Cursor c = db.query(sSuggestions, mSuggestionProjection, in query()