Searched refs:mLocationListener (Results 1 – 1 of 1) sorted by relevance
36 private LocationListener mLocationListener; field in GpsActivity69 mLocationListener = new LocationListener() { in initLocation()84 if (mLocationManager == null || mLocationListener == null) { in onResume()90 LOCATION_INTERVAL, LOCATION_DISTANCE, mLocationListener); in onResume()100 if (mLocationManager == null || mLocationListener == null) { in onPause()104 mLocationManager.removeUpdates(mLocationListener); in onPause()