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

/packages/apps/Browser/src/com/android/browser/search/
H A DOpenSearchSearchEngine.java146 * third element contains the descriptions. Some search engines don't support
147 * suggestion descriptions so the third element is optional.
151 JSONArray descriptions = null;
153 descriptions = results.getJSONArray(2);
154 // Some search engines given an empty array "[]" for descriptions instead of
156 if (descriptions.length() == 0) {
157 descriptions = null;
160 return new SuggestionsCursor(suggestions, descriptions);
218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) { argument
220 mDescriptions = descriptions;
[all...]
/packages/apps/ContactsCommon/libs/
H A Dgeocoder-2.9.jar ... phonenumbers.geocoding.AreaCodeMapStorageStrategy { private int[] phoneNumberPrefixes private String[] descriptions public void " href="/5.0.0_r2/s? ...

Completed in 155 milliseconds