Searched refs:testLocation (Results 1 – 2 of 2) sorted by relevance
94 Location testLocation = new Location(""); in testBearingTo() local95 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() local251 testLocation.setLatitude(30); in testDistanceTo()252 testLocation.setLongitude(50); in testDistanceTo()[all …]
71 public void testLocation() { in testLocation() method in SettingsIntentsTest