Home
last modified time | relevance | path

Searched refs:notifyFlags (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1266 private void reportNiNotification(int notificationId, int niType, int notifyFlags, int timeout, in reportNiNotification() argument
1272 + ", notifyFlags: " + notifyFlags in reportNiNotification()
1285 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0; in reportNiNotification()
1286 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0; in reportNiNotification()
1288 (notifyFlags & GpsNetInitiatedHandler.GPS_NI_PRIVACY_OVERRIDE) != 0; in reportNiNotification()
1519 public void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification() argument
1522 reportNiNotification(notificationId, niType, notifyFlags, timeout, in onReportNiNotification()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java282 void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification() argument
1162 void reportNiNotification(int notificationId, int niType, int notifyFlags, in reportNiNotification() argument
1167 notifyFlags, timeout, defaultResponse, requestorId, text, in reportNiNotification()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1192 notification.notifyFlags, notification.timeoutSec, in niNotifyCb()