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.java2624 showNetworkNotification(nai, NotificationType.LOGGED_IN); in maybeHandleNetworkMonitorMessage()
3606 private void showNetworkNotification(NetworkAgentInfo nai, NotificationType type) { in showNetworkNotification() method in ConnectivityService
3697 showNetworkNotification(nai, NotificationType.PARTIAL_CONNECTIVITY); in handlePromptUnvalidated()
3699 showNetworkNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()
3712 showNetworkNotification(nai, NotificationType.LOST_INTERNET); in handleNetworkUnvalidated()
/frameworks/base/services/
Dart-profile909 PLcom/android/server/ConnectivityService;->showNetworkNotification(Lcom/android/server/connectivity…