Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2809 showNetworkNotification(nai, NotificationType.PRIVATE_DNS_BROKEN); in maybeHandleNetworkMonitorMessage()
3942 private void showNetworkNotification(NetworkAgentInfo nai, NotificationType type) { in showNetworkNotification() method in ConnectivityService
4039 showNetworkNotification(nai, NotificationType.PARTIAL_CONNECTIVITY); in handlePromptUnvalidated()
4041 showNetworkNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()
4054 showNetworkNotification(nai, NotificationType.LOST_INTERNET); in handleNetworkUnvalidated()
/frameworks/base/services/
Dart-profile909 PLcom/android/server/ConnectivityService;->showNetworkNotification(Lcom/android/server/connectivity…