Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNetworkNotificationManager.java56 PARTIAL_CONNECTIVITY(SystemMessage.NOTE_NETWORK_PARTIAL_CONNECTIVITY), enumConstant
210 final boolean showAsNoInternet = notifyType == NotificationType.PARTIAL_CONNECTIVITY in showNotification()
228 } else if (notifyType == NotificationType.PARTIAL_CONNECTIVITY in showNotification()
267 || notifyType == NotificationType.PARTIAL_CONNECTIVITY) { in showNotification()
323 && notifyType != NotificationType.PARTIAL_CONNECTIVITY) { in maybeNotifyViaDialog()
419 case PARTIAL_CONNECTIVITY: in priority()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java25 …c com.android.server.connectivity.NetworkNotificationManager.NotificationType.PARTIAL_CONNECTIVITY;
379 mManager.clearNotification(id, PARTIAL_CONNECTIVITY); in testClearNotificationByType()
380 verify(mNotificationManager, never()).cancel(eq(tag), eq(PARTIAL_CONNECTIVITY.eventId)); in testClearNotificationByType()
447 doNotificationTextTest(PARTIAL_CONNECTIVITY, in testNotificationText_Partial()
456 doNotificationTextTest(PARTIAL_CONNECTIVITY, in testNotificationText_PartialAsNoInternet()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java3489 NotificationType.PARTIAL_CONNECTIVITY); in handleNetworkTested()
4691 case PARTIAL_CONNECTIVITY: in showNetworkNotification()
4768 showNetworkNotification(nai, NotificationType.PARTIAL_CONNECTIVITY); in handlePromptUnvalidated()