Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/
H A DLocationUtils.java28 private static final double MIN_LATITUDE = -90D; field in LocationUtils
38 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()
/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
H A DFusedLocationServiceTest.java181 private static final double MIN_LATITUDE = -90D; field in FusedLocationServiceTest
191 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()