Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java103 public boolean needVerify; 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.java1413 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0; in reportNiNotification()