Searched refs:mLocationListeners (Results 1 – 2 of 2) sorted by relevance
37 LocationListener [] mLocationListeners = new LocationListener[] { field in LegacyLocationProvider53 for (int i = 0; i < mLocationListeners.length; i++) { in getCurrentLocation()54 Location l = mLocationListeners[i].current(); in getCurrentLocation()93 mLocationListeners[1]); in startReceivingLocationUpdates()104 mLocationListeners[0]); in startReceivingLocationUpdates()117 for (int i = 0; i < mLocationListeners.length; i++) { in stopReceivingLocationUpdates()119 mLocationManager.removeUpdates(mLocationListeners[i]); in stopReceivingLocationUpdates()
36 LocationListener [] mLocationListeners = new LocationListener[] { field in LocationManager55 for (int i = 0; i < mLocationListeners.length; i++) { in getCurrentLocation()56 Location l = mLocationListeners[i].current(); in getCurrentLocation()85 mLocationListeners[1]); in startReceivingLocationUpdates()96 mLocationListeners[0]); in startReceivingLocationUpdates()109 for (int i = 0; i < mLocationListeners.length; i++) { in stopReceivingLocationUpdates()111 mLocationManager.removeUpdates(mLocationListeners[i]); in stopReceivingLocationUpdates()