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.java414 private final GpsNetInitiatedHandler mNIHandler; field in GnssLocationProvider
602 mNIHandler.setEmergencyExtensionSeconds(mGnssConfiguration.getEsExtensionSec()); in reloadGpsProperties()
604 mNIHandler.setSuplEsEnabled(mSuplEsEnabled); in reloadGpsProperties()
651 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()
779 if (mNIHandler.getInEmergency()) { in handleRequestLocation()
1910 mNIHandler.handleNiNotification(notification);
2027 return mNIHandler.getInEmergency();
2104 mGnssVisibilityControl = new GnssVisibilityControl(mContext, mLooper, mNIHandler);