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

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

Completed in 62 milliseconds