Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java53 LOST_INTERNET(SystemMessage.NOTE_NETWORK_LOST_INTERNET), enumConstant
232 } else if (notifyType == NotificationType.LOST_INTERNET && in showNotification()
427 case LOST_INTERNET: in priority()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java22 …t static com.android.server.connectivity.NetworkNotificationManager.NotificationType.LOST_INTERNET;
260 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
276 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java3466 NotificationType.LOST_INTERNET); in handleNetworkTested()
4665 case LOST_INTERNET: in showNetworkNotification()
4762 showNetworkNotification(nai, NotificationType.LOST_INTERNET); in handleNetworkUnvalidated()