Searched refs:JSON_KEY_LONG_NAME (Results 1 – 1 of 1) sorted by relevance
39 private static final String JSON_KEY_LONG_NAME = "long_name"; field in ReverseGeocodeTask89 } else if (component.has(JSON_KEY_LONG_NAME) in doInBackground()90 && address.startsWith(component.getString(JSON_KEY_LONG_NAME))) { in doInBackground()