Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java93 private boolean mPopupImmediately = true; field in GpsNetInitiatedHandler
141 if (notif.needNotify && notif.needVerify && mPopupImmediately) in handleNiNotification()
149 notif.needNotify && notif.needVerify && !mPopupImmediately) in handleNiNotification()
212 Intent intent = !mPopupImmediately ? getDlgIntent(notif) : new Intent(); in setNiNotification()