Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java24 …ort static com.android.server.connectivity.NetworkNotificationManager.NotificationType.NO_INTERNET;
266 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
271 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular()
273 final int eventId = NO_INTERNET.eventId; in testNoInternetNotificationsNotShownForCellular()
282 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
304 assertNotification(NO_INTERNET, false /* ongoing */, true /* autoCancel */); in testDuplicatedNotificationsNoInternetThenSignIn()
308 verify(mNotificationManager, times(1)).cancel(eq(TEST_NOTIF_TAG), eq(NO_INTERNET.eventId)); in testDuplicatedNotificationsNoInternetThenSignIn()
320 assertNotification(NO_INTERNET, false /* ongoing */, true /* autoCancel */); in testOngoingSignInNotification()
324 verify(mNotificationManager, times(1)).cancel(eq(TEST_NOTIF_TAG), eq(NO_INTERNET.eventId)); in testOngoingSignInNotification()
336 assertNotification(NO_INTERNET, false /* ongoing */, false /* autoCancel */); in testNoAutoCancelNotification()
[all …]
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java58 NO_INTERNET(SystemMessage.NOTE_NETWORK_NO_INTERNET), enumConstant
218 if ((notifyType == NotificationType.NO_INTERNET || showAsNoInternet) in showNotification()
269 } else if (notifyType == NotificationType.NO_INTERNET in showNotification()
329 && notifyType != NotificationType.NO_INTERNET in maybeNotifyViaDialog()
451 case NO_INTERNET: in priority()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java4157 NotificationType.NO_INTERNET);
5554 case NO_INTERNET:
5663 showNetworkNotification(nai, NotificationType.NO_INTERNET);
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java3964 expectUnvalidationCheckWillNotify(mWiFiAgent, NotificationType.NO_INTERNET);
3980 expectDisconnectAndClearNotifications(callback, mWiFiAgent, NotificationType.NO_INTERNET);
3988 expectUnvalidationCheckWillNotify(mWiFiAgent, NotificationType.NO_INTERNET);
3993 expectDisconnectAndClearNotifications(callback, mWiFiAgent, NotificationType.NO_INTERNET);