Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java126 public int niType; field in GpsNetInitiatedHandler.GpsNiNotification
332 + " niType: " + notif.niType in handleNiInEs()
346 boolean isNiTypeES = (notif.niType == GPS_NI_TYPE_EMERGENCY_SUPL); in handleNiInEs()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1837 int niType,
1848 ", niType: " + niType +
1861 notification.niType = niType;
1877 notification.niType,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1242 notification.notificationId, notification.niType, in niNotifyCb()