Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1480 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 DGpsNetInitiatedHandler.java134 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 DGnssNative.java288 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 Dcom_android_server_location_GnssLocationProvider.cpp216 notification.defaultResponse, requestorId, text, in niNotifyCb()