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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java100 public boolean needVerify; field in class:GpsNetInitiatedHandler.GpsNiNotification
138 if (notif.needNotify && notif.needVerify && mPopupImmediately)
145 if (notif.needNotify && !notif.needVerify ||
146 notif.needNotify && notif.needVerify && !mPopupImmediately)
150 // if mPopupImmediately == FALSE and needVerify == TRUE, a dialog will be opened
157 if ( notif.needNotify && !notif.needVerify ||
158 !notif.needNotify && !notif.needVerify ||
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1371 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0;

Completed in 27 milliseconds