Searched refs:NO_INTERNET (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 174 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 179 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular() 181 final int eventId = NO_INTERNET.eventId; in testNoInternetNotificationsNotShownForCellular() 190 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability() 203 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn() 205 .notifyAsUser(eq(tag), eq(NO_INTERNET.eventId), any(), any()); in testDuplicatedNotificationsNoInternetThenSignIn() 210 .cancelAsUser(eq(tag), eq(NO_INTERNET.eventId), any()); in testDuplicatedNotificationsNoInternetThenSignIn() 231 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsSignInThenNoInternet() 248 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testClearNotificationByType() 250 .notifyAsUser(eq(tag), eq(NO_INTERNET.eventId), any(), any()); in testClearNotificationByType() [all …]
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 53 NO_INTERNET(SystemMessage.NOTE_NETWORK_NO_INTERNET), enumConstant 184 if (notifyType == NotificationType.NO_INTERNET && transportType == TRANSPORT_WIFI) { in showNotification() 239 } else if (notifyType == NotificationType.NO_INTERNET in showNotification() 369 case NO_INTERNET: in priority()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2923 NotificationType.NO_INTERNET); in handleNetworkTested() 3946 case NO_INTERNET: in showNetworkNotification() 4041 showNetworkNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()
|