Searched refs:needNotify (Results 1 – 2 of 2) sorted by relevance
102 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification141 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()
1412 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0; in reportNiNotification()