Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java55 PARTIAL_CONNECTIVITY(SystemMessage.NOTE_NETWORK_PARTIAL_CONNECTIVITY), enumConstant
185 } else if (notifyType == NotificationType.PARTIAL_CONNECTIVITY in showNotification()
236 || notifyType == NotificationType.PARTIAL_CONNECTIVITY) { in showNotification()
361 case PARTIAL_CONNECTIVITY: in priority()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2655 NotificationType.PARTIAL_CONNECTIVITY); in maybeHandleNetworkMonitorMessage()
3628 case PARTIAL_CONNECTIVITY: in showNetworkNotification()
3697 showNetworkNotification(nai, NotificationType.PARTIAL_CONNECTIVITY); in handlePromptUnvalidated()