Searched refs:mLocationManager (Results 1 – 1 of 1) sorted by relevance
35 private LocationManager mLocationManager; field in GpsActivity67 mLocationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE); in initLocation()84 if (mLocationManager == null || mLocationListener == null) { in onResume()89 mLocationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, in onResume()100 if (mLocationManager == null || mLocationListener == null) { in onPause()104 mLocationManager.removeUpdates(mLocationListener); in onPause()