Home
last modified time | relevance | path

Searched refs:inEmergencyMode (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java140 boolean inEmergencyMode, boolean isCachedLocation) { in reportNfwNotification() argument
143 requestor, requestorId, responseType, inEmergencyMode, isCachedLocation))); in reportNfwNotification()
301 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in NfwNotification() argument
308 mInEmergencyMode = inEmergencyMode; in NfwNotification()
DGnssLocationProvider.java1577 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in onReportNfwNotification() argument
1584 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode, in onReportNfwNotification()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java287 byte responseType, boolean inEmergencyMode, boolean isCachedLocation); in onReportNfwNotification() argument
1197 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in reportNfwNotification() argument
1201 inEmergencyMode, isCachedLocation)); in reportNfwNotification()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1231 notification.inEmergencyMode, notification.isCachedLocation); in nfwNotifyCb()