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/
DGnssLocationProvider.java758 LocationChangeListener locationListener; in handleRequestLocation() local
766 locationListener = mNetworkLocationListener; in handleRequestLocation()
771 locationListener = mFusedLocationListener; in handleRequestLocation()
795 locationListener, mHandler.getLooper()); in handleRequestLocation()
796 locationListener.mNumLocationUpdateRequest++; in handleRequestLocation()
798 if (--locationListener.mNumLocationUpdateRequest == 0) { in handleRequestLocation()
801 locationManager.removeUpdates(locationListener); in handleRequestLocation()