Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java89 float bearing; in testBearingTo() local
98 bearing = zeroLocation.bearingTo(zeroLocation); in testBearingTo()
99 assertEquals(0.0f, bearing, DELTA); in testBearingTo()
101 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
102 assertEquals(90.0f, bearing, DELTA); in testBearingTo()
106 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
107 assertEquals(0.0f, bearing, DELTA); in testBearingTo()