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.java122 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
138 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java45 LOST_INTERNET(SystemMessage.NOTE_NETWORK_LOST_INTERNET), enumConstant
159 } else if (notifyType == NotificationType.LOST_INTERNET && in showNotification()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2709 case LOST_INTERNET: in showValidationNotification()
2748 showValidationNotification(nai, NotificationType.LOST_INTERNET); in handleNetworkUnvalidated()