Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java54 PARTIAL_CONNECTIVITY(SystemMessage.NOTE_NETWORK_PARTIAL_CONNECTIVITY), enumConstant
198 } else if (notifyType == NotificationType.PARTIAL_CONNECTIVITY in showNotification()
240 || notifyType == NotificationType.PARTIAL_CONNECTIVITY) { in showNotification()
365 case PARTIAL_CONNECTIVITY: in priority()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java265 mManager.clearNotification(id, PARTIAL_CONNECTIVITY); in testClearNotificationByType()
267 .cancelAsUser(eq(tag), eq(PARTIAL_CONNECTIVITY.eventId), any()); in testClearNotificationByType()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2927 NotificationType.PARTIAL_CONNECTIVITY); in handleNetworkTested()
3961 case PARTIAL_CONNECTIVITY: in showNetworkNotification()
4039 showNetworkNotification(nai, NotificationType.PARTIAL_CONNECTIVITY); in handlePromptUnvalidated()