Searched refs:LOST_INTERNET (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 51 LOST_INTERNET(SystemMessage.NOTE_NETWORK_LOST_INTERNET), enumConstant 203 } else if (notifyType == NotificationType.LOST_INTERNET && in showNotification() 373 case LOST_INTERNET: in priority()
|
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 175 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 191 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2925 NotificationType.LOST_INTERNET); in handleNetworkTested() 3956 case LOST_INTERNET: in showNetworkNotification() 4054 showNetworkNotification(nai, NotificationType.LOST_INTERNET); in handleNetworkUnvalidated()
|