Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java121 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/
DNetworkNotificationManager.java47 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/
DConnectivityService.java2706 case NO_INTERNET: in showValidationNotification()
2739 showValidationNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()