Searched defs:popularity (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSuggestClient.java122 * 2 which contain the suggestions and their popularity.
126 JSONArray popularity = results.getJSONArray(2);
128 return new GoogleSuggestCursor(this, query, suggestions, popularity);
166 /* This contains the popularity of each suggestion
172 JSONArray suggestions, JSONArray popularity) {
175 mPopularity = popularity;
171 GoogleSuggestCursor(Source source, String userQuery, JSONArray suggestions, JSONArray popularity) argument

Completed in 58 milliseconds