Searched refs:defaultResponse (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssLocationProvider.java | 1480 int defaultResponse, String requestorId, String text, int requestorIdEncoding, in reportNiNotification() argument 1487 + ", defaultResponse: " + defaultResponse); in reportNiNotification() 1503 notification.defaultResponse = defaultResponse; in reportNiNotification() 1518 notification.defaultResponse, in reportNiNotification() 1833 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() argument 1836 defaultResponse, requestorId, text, requestorIdEncoding, textEncoding); in onReportNiNotification()
|
/aosp14/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 134 public int defaultResponse; field in GpsNetInitiatedHandler.GpsNiNotification 466 intent.putExtra(NI_INTENT_KEY_DEFAULT_RESPONSE, notif.defaultResponse); in getDlgIntent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 288 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() argument 1248 int timeout, int defaultResponse, String requestorId, String text, in reportNiNotification() argument 1252 notifyFlags, timeout, defaultResponse, requestorId, text, in reportNiNotification()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 216 notification.defaultResponse, requestorId, text, in niNotifyCb()
|