Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java57 private static final String DISTANCE_M_POSTFIX = "m"; field in Utils
87 return numberFormat.format(distance) + DISTANCE_M_POSTFIX; in formatDistanceBetween()