Searched defs:location1 (Results 1 – 3 of 3) sorted by relevance
139 const Location location1 = FROM_HERE; in TEST_F() local283 const Location location1 = FROM_HERE; in TEST_F() local
418 Location location1 = new Location(GPS_PROVIDER); in simulateLocation_shouldNotNotifyListenerIfLessThanFastestInterval() local434 Location location1 = new Location(GPS_PROVIDER); in simulateLocation_shouldNotNotifyListenerIfLessThanMinimumDistance() local
470 private static float distanceBetween(Location location1, Location location2) { in distanceBetween()