Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java127 public int niType; field in GpsNetInitiatedHandler.GpsNiNotification
351 + " niType: " + notif.niType in handleNiInEs()
365 boolean isNiTypeES = (notif.niType == GPS_NI_TYPE_EMERGENCY_SUPL); in handleNiInEs()
/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
1271 + ", niType: " + niType in reportNiNotification()
1284 notification.niType = niType; in reportNiNotification()
1300 notification.niType, 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
1166 () -> mNotificationCallbacks.onReportNiNotification(notificationId, niType, in reportNiNotification()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1191 notification.notificationId, notification.niType, in niNotifyCb()