Searched refs:testLocation (Results 1 – 3 of 3) sorted by relevance
98 Location testLocation = new Location(""); in testBearingTo() local99 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() local255 testLocation.setLatitude(30); in testDistanceTo()256 testLocation.setLongitude(50); in testDistanceTo()[all …]
71 public void testLocation() { in testLocation() method in SettingsIntentsTest
105 public void testLocation() { in testLocation() method in SmsCbMessageTest