Searched refs:mNIHandler (Results 1 – 1 of 1) sorted by relevance
419 private final GpsNetInitiatedHandler mNIHandler; field in GnssLocationProvider627 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);