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.java292 private final GpsNetInitiatedHandler mNIHandler; field in GnssLocationProvider
367 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()