Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DReverseGeocodeTask.java40 private static final String JSON_KEY_SHORT_NAME = "short_name"; field in ReverseGeocodeTask
86 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()