Searched refs:defaultResponse (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 1267 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/ |
D | GpsNetInitiatedHandler.java | 132 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/ |
D | GnssNative.java | 283 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1193 notification.defaultResponse, requestorId, text, in niNotifyCb()
|