Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java133 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
149 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
207 mManager.showNotification(id, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testSameLevelNotifications()
209 .notifyAsUser(eq(tag), eq(LOST_INTERNET.eventId), any(), any()); in testSameLevelNotifications()
236 mManager.showNotification(id, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testClearNotificationByType()
238 .notifyAsUser(eq(tag), eq(LOST_INTERNET.eventId), any(), any()); in testClearNotificationByType()
245 .cancelAsUser(eq(tag), eq(LOST_INTERNET.eventId), any()); in testClearNotificationByType()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java51 LOST_INTERNET(SystemMessage.NOTE_NETWORK_LOST_INTERNET), enumConstant
190 } else if (notifyType == NotificationType.LOST_INTERNET && in showNotification()
367 case LOST_INTERNET: in priority()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2653 NotificationType.LOST_INTERNET); in maybeHandleNetworkMonitorMessage()
3623 case LOST_INTERNET: in showNetworkNotification()
3712 showNetworkNotification(nai, NotificationType.LOST_INTERNET); in handleNetworkUnvalidated()