Searched refs:gpsLocation (Results 1 – 1 of 1) sorted by relevance
167 Location gpsLocation = null; in setup() local177 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()