Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DLocationUtils.java30 private static final double MIN_LONGITUDE = -180D; field in LocationUtils
48 MIN_LONGITUDE + random.nextDouble() * (MAX_LONGITUDE - MIN_LONGITUDE), in createLocation()