Searched refs:mNIHandler (Results 1 – 1 of 1) sorted by relevance
292 private final GpsNetInitiatedHandler mNIHandler; field in GnssLocationProvider367 mNIHandler.setEmergencyExtensionSeconds(mGnssConfiguration.getEsExtensionSec()); in reloadGpsProperties()369 mNIHandler.setSuplEsEnabled(mSuplEsEnabled); in reloadGpsProperties()414 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()420 GnssLocationProvider.this::onNetworkAvailable, mHandler.getLooper(), mNIHandler); in GnssLocationProvider()468 mNIHandler); in handleInitialize()579 if (mNIHandler.getInEmergency()) { in handleRequestLocation()1296 mNIHandler.handleNiNotification(notification); in reportNiNotification()1352 return mNIHandler.getInEmergency(); in isInEmergencySession()