Home
last modified time | relevance | path

Searched refs:needNotify (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java130 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification
325 + " needNotify: " + notif.needNotify in handleNi()
340 if (notif.needNotify) { in handleNi()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1498 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0; in reportNiNotification()
1514 notification.needNotify, in reportNiNotification()