Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java419 private final GpsNetInitiatedHandler mNIHandler; field in GnssLocationProvider
627 mNIHandler.setEmergencyExtensionSeconds(mGnssConfiguration.getEsExtensionSec()); in reloadGpsProperties()
629 mNIHandler.setSuplEsEnabled(mSuplEsEnabled); in reloadGpsProperties()
675 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()
679 GnssLocationProvider.this::onNetworkAvailable, mLooper, mNIHandler); in GnssLocationProvider()
813 if (mNIHandler.getInEmergency()) { in handleRequestLocation()
1924 mNIHandler.handleNiNotification(notification);
2041 return mNIHandler.getInEmergency();
2113 mGnssVisibilityControl = new GnssVisibilityControl(mContext, mLooper, mNIHandler);