Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1267 int defaultResponse, String requestorId, String text, int requestorIdEncoding, in reportNiNotification() argument
1274 + ", defaultResponse: " + defaultResponse); in reportNiNotification()
1290 notification.defaultResponse = defaultResponse; in reportNiNotification()
1305 notification.defaultResponse, in reportNiNotification()
1520 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() argument
1523 defaultResponse, requestorId, text, requestorIdEncoding, textEncoding); in onReportNiNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java132 public int defaultResponse; field in GpsNetInitiatedHandler.GpsNiNotification
450 intent.putExtra(NI_INTENT_KEY_DEFAULT_RESPONSE, notif.defaultResponse); in getDlgIntent()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java283 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() argument
1163 int timeout, int defaultResponse, String requestorId, String text, in reportNiNotification() argument
1167 notifyFlags, timeout, defaultResponse, requestorId, text, in reportNiNotification()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1193 notification.defaultResponse, requestorId, text, in niNotifyCb()