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.java93 float bearing; in testBearingTo() local
102 bearing = zeroLocation.bearingTo(zeroLocation); in testBearingTo()
103 assertEquals(0.0f, bearing, DELTA); in testBearingTo()
105 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
106 assertEquals(90.0f, bearing, DELTA); in testBearingTo()
110 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
111 assertEquals(0.0f, bearing, DELTA); in testBearingTo()