Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java56 private static final String DISTANCE_KM_POSTFIX = "km"; field in Utils
85 return numberFormat.format(distance / 1000) + DISTANCE_KM_POSTFIX; in formatDistanceBetween()