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.java132 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
137 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular()
139 final int eventId = NO_INTERNET.eventId; in testNoInternetNotificationsNotShownForCellular()
148 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
161 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn()
163 .notifyAsUser(eq(tag), eq(NO_INTERNET.eventId), any(), any()); in testDuplicatedNotificationsNoInternetThenSignIn()
168 .cancelAsUser(eq(tag), eq(NO_INTERNET.eventId), any()); in testDuplicatedNotificationsNoInternetThenSignIn()
189 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsSignInThenNoInternet()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java49 NO_INTERNET(SystemMessage.NOTE_NETWORK_NO_INTERNET), enumConstant
170 if (notifyType == NotificationType.NO_INTERNET && transportType == TRANSPORT_WIFI) { in showNotification()
300 case NO_INTERNET: in priority()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2927 case NO_INTERNET: in showValidationNotification()
2960 showValidationNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()