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.java131 public int niType; field in GpsNetInitiatedHandler.GpsNiNotification
342 + " niType: " + notif.niType in handleNiInEs()
356 boolean isNiTypeES = (notif.niType == GPS_NI_TYPE_EMERGENCY_SUPL); in handleNiInEs()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1888 int niType,
1899 ", niType: " + niType +
1912 notification.niType = niType;
1928 notification.niType,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1647 notification.notificationId, notification.niType, in niNotifyCb()