Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java98 Location testLocation = new Location(""); in testBearingTo() local
99 testLocation.setLatitude(0); in testBearingTo()
100 testLocation.setLongitude(150); in testBearingTo()
105 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
108 testLocation.setLatitude(90); in testBearingTo()
109 testLocation.setLongitude(0); in testBearingTo()
110 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
254 Location testLocation = new Location(""); in testDistanceTo() local
255 testLocation.setLatitude(30); in testDistanceTo()
256 testLocation.setLongitude(50); in testDistanceTo()
[all …]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSettingsIntentsTest.java71 public void testLocation() { in testLocation() method in SettingsIntentsTest