Searched refs:niType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 127 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/ |
D | GnssLocationProvider.java | 1266 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/ |
D | GnssNative.java | 282 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1191 notification.notificationId, notification.niType, in niNotifyCb()
|