Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java792 LocationChangeListener locationListener; in handleRequestLocation() local
800 locationListener = mNetworkLocationListener; in handleRequestLocation()
805 locationListener = mFusedLocationListener; in handleRequestLocation()
829 locationListener, mHandler.getLooper()); in handleRequestLocation()
830 locationListener.mNumLocationUpdateRequest++; in handleRequestLocation()
832 if (--locationListener.mNumLocationUpdateRequest == 0) { in handleRequestLocation()
835 locationManager.removeUpdates(locationListener); in handleRequestLocation()