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.java58 mLocationListener); in startListening()
119 mLocationMgr.removeUpdates(mLocationListener); in stopListening()
133 private final LocationListener mLocationListener = new LocationListener() { field in LocationListeners
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java683 mLocationManager.requestSingleUpdate(provider, mLocationListener, mLooper); in requestLocationUpdateInternal()
703 private final LocationListener mLocationListener = new LocationListener() { field in CellBroadcastHandler.LocationRequester