Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestClient.java169 private final JSONArray mPopularity; field in GoogleSuggestClient.GoogleSuggestCursor
175 mPopularity = popularity; in GoogleSuggestCursor()
196 return mPopularity.getString(getPosition()); in getSuggestionText2()