Home
last modified time | relevance | path

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

/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java167 Location gpsLocation = null; in setup() local
177 gpsLocation = requestUpdatesFromProvider( in setup()
180 if (gpsLocation != null) updateUILocation(gpsLocation); in setup()
186 gpsLocation = requestUpdatesFromProvider( in setup()
193 if (gpsLocation != null && networkLocation != null) { in setup()
194 updateUILocation(getBetterLocation(gpsLocation, networkLocation)); in setup()
195 } else if (gpsLocation != null) { in setup()
196 updateUILocation(gpsLocation); in setup()