Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java45 private final double TEST_LONGITUDE = 20; field in LocationTest
552 assertEquals(TEST_LONGITUDE, l.getLongitude(), DELTA); in assertTestLocation()
568 l.setLongitude(TEST_LONGITUDE); in createTestLocation()