Searched refs:NO_INTERNET (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 121 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 126 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular() 128 final int eventId = NO_INTERNET.eventId; in testNoInternetNotificationsNotShownForCellular() 137 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 47 NO_INTERNET(SystemMessage.NOTE_NETWORK_NO_INTERNET), enumConstant 156 if (notifyType == NotificationType.NO_INTERNET && transportType == TRANSPORT_WIFI) { in showNotification()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2706 case NO_INTERNET: in showValidationNotification() 2739 showValidationNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()
|