Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DDistanceHelper.java26 public static final float KILOMETERS_PER_METER = (float) 0.001; field in DistanceHelper
DInCallContactInteractions.java286 distance * DistanceHelper.KILOMETERS_PER_METER); in constructLocationInfo()