Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DLegacyLocationProvider.java37 LocationListener [] mLocationListeners = new LocationListener[] { field in LegacyLocationProvider
53 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()
/packages/apps/LegacyCamera/src/com/android/camera/
DLocationManager.java36 LocationListener [] mLocationListeners = new LocationListener[] { field in LocationManager
55 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()