Searched refs:JSON_KEY_SHORT_NAME (Results 1 – 1 of 1) sorted by relevance
40 private static final String JSON_KEY_SHORT_NAME = "short_name"; field in ReverseGeocodeTask86 if (component.has(JSON_KEY_SHORT_NAME) in doInBackground()87 && address.startsWith(component.getString(JSON_KEY_SHORT_NAME))) { in doInBackground()88 premise = component.getString(JSON_KEY_SHORT_NAME); in doInBackground()91 premise = component.getString(JSON_KEY_SHORT_NAME); in doInBackground()