Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java135 public void handleNiNotification(GpsNiNotification notif) in handleNiNotification() argument
137 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId in handleNiNotification()
138 + " requestorId: " + notif.requestorId + " text: " + notif.text); in handleNiNotification()
141 if (notif.needNotify && notif.needVerify && mPopupImmediately) in handleNiNotification()
144 openNiDialog(notif); in handleNiNotification()
148 if (notif.needNotify && !notif.needVerify || in handleNiNotification()
149 notif.needNotify && notif.needVerify && !mPopupImmediately) in handleNiNotification()
156 setNiNotification(notif); in handleNiNotification()
160 if ( notif.needNotify && !notif.needVerify || in handleNiNotification()
161 !notif.needNotify && !notif.needVerify || in handleNiNotification()
[all …]