Home
last modified time | relevance | path

Searched refs:mLocationListener (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java100 private LocationListeners mLocationListener; field in SensorsTestFragment
151 if (mLocationListener != null) { in onPause()
152 mLocationListener.stopListening(); in onPause()
197 if (mLocationListener == null) { in initSensors()
198 mLocationListener = new LocationListeners(getContext(), in initSensors()
201 mLocationListener.startListening(); in initSensors()
DLocationListeners.java138 mLocationListener); in startListening()
153 mLocationMgr.removeUpdates(mLocationListener); in stopListening()
162 private final LocationListener mLocationListener = new LocationListener() { field in LocationListeners
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaForegroundService.java78 mLocationManager.removeUpdates(mLocationListener); in onDestroy()
107 0, mLocationListener); in doWork()
123 private final LocationListener mLocationListener = new LocationListener() { field in TmaForegroundService