Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java60 PARTIAL_CONNECTIVITY(SystemMessage.NOTE_NETWORK_PARTIAL_CONNECTIVITY), enumConstant
232 final boolean showAsNoInternet = notifyType == NotificationType.PARTIAL_CONNECTIVITY in showNotification()
250 } else if (notifyType == NotificationType.PARTIAL_CONNECTIVITY in showNotification()
297 || notifyType == NotificationType.PARTIAL_CONNECTIVITY) { in showNotification()
354 && notifyType != NotificationType.PARTIAL_CONNECTIVITY) { in maybeNotifyViaDialog()
471 case PARTIAL_CONNECTIVITY: in priority()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java25 …c com.android.server.connectivity.NetworkNotificationManager.NotificationType.PARTIAL_CONNECTIVITY;
409 mManager.clearNotification(id, PARTIAL_CONNECTIVITY); in testClearNotificationByType()
410 verify(mNotificationManager, never()).cancel(eq(tag), eq(PARTIAL_CONNECTIVITY.eventId)); in testClearNotificationByType()
564 doNotificationTextTest(PARTIAL_CONNECTIVITY, in testNotificationText_Partial()
573 doNotificationTextTest(PARTIAL_CONNECTIVITY, in testNotificationText_PartialAsNoInternet()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java5066 NotificationType.PARTIAL_CONNECTIVITY);
6710 case PARTIAL_CONNECTIVITY:
6802 showNetworkNotification(nai, NotificationType.PARTIAL_CONNECTIVITY);
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java4663 expectNotification(mWiFiAgent, NotificationType.PARTIAL_CONNECTIVITY);
4687 expectClearNotification(mWiFiAgent, NotificationType.PARTIAL_CONNECTIVITY);
4704 expectNotification(mWiFiAgent, NotificationType.PARTIAL_CONNECTIVITY);
4710 expectClearNotification(mWiFiAgent, NotificationType.PARTIAL_CONNECTIVITY);