Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java102 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification
141 if (notif.needNotify && notif.needVerify && mPopupImmediately) in handleNiNotification()
148 if (notif.needNotify && !notif.needVerify || in handleNiNotification()
149 notif.needNotify && notif.needVerify && !mPopupImmediately) in handleNiNotification()
160 if ( notif.needNotify && !notif.needVerify || in handleNiNotification()
161 !notif.needNotify && !notif.needVerify || in handleNiNotification()
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java1412 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0; in reportNiNotification()