Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationUrlBuilder.java89 .appendQueryParameter(CENTER_PARAM_KEY, getFormattedLatLng(location)) in getStaticMapUrl()
116 .appendQueryParameter(LAT_LNG_PARAM_KEY, getFormattedLatLng(location)) in getReverseGeocodeUrl()
125 String latLong = getFormattedLatLng(location); in getShowMapIntent()
159 static String getFormattedLatLng(Location location) { in getFormattedLatLng() method in LocationUrlBuilder
175 + getFormattedLatLng(location); in getMarkerUrlParamValue()