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/
DGnssLocationProvider.java405 private final GpsNetInitiatedHandler mNIHandler; field in GnssLocationProvider
572 mNIHandler.setEmergencyExtensionSeconds(mGnssConfiguration.getEsExtensionSec()); in reloadGpsProperties()
574 mNIHandler.setSuplEsEnabled(mSuplEsEnabled); in reloadGpsProperties()
621 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()
748 if (isUserEmergency && mNIHandler.getInEmergency()) { in handleRequestLocation()
1873 mNIHandler.handleNiNotification(notification);
1997 return mNIHandler.getInEmergency();
2071 mGnssVisibilityControl = new GnssVisibilityControl(mContext, mLooper, mNIHandler);