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.java94 Location testLocation = new Location(""); in testBearingTo() local
95 testLocation.setLatitude(0); in testBearingTo()
96 testLocation.setLongitude(150); in testBearingTo()
101 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
104 testLocation.setLatitude(90); in testBearingTo()
105 testLocation.setLongitude(0); in testBearingTo()
106 bearing = zeroLocation.bearingTo(testLocation); in testBearingTo()
250 Location testLocation = new Location(""); in testDistanceTo() local
251 testLocation.setLatitude(30); in testDistanceTo()
252 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