Home
last modified time | relevance | path

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

/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java194 updateUILocation(getBetterLocation(gpsLocation, networkLocation)); in setup()
287 protected Location getBetterLocation(Location newLocation, Location currentBestLocation) { in getBetterLocation() method in LocationActivity