Searched refs:inEmergencyMode (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssVisibilityControl.java | 140 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()
|
D | GnssLocationProvider.java | 1577 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/ |
D | GnssNative.java | 287 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1231 notification.inEmergencyMode, notification.isCachedLocation); in nfwNotifyCb()
|