Home
last modified time | relevance | path

Searched refs:NETWORK_STATUS (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupNotificationFactory.java67 SystemNotificationChannels.NETWORK_STATUS) in createOnboardingNotification()
DWifiApConfigStore.java215 return new Notification.Builder(mContext, SystemNotificationChannels.NETWORK_STATUS) in createConversionNotification()
DWifiNetworkSuggestionsManager.java777 mContext, SystemNotificationChannels.NETWORK_STATUS) in sendUserApprovalNotification()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java42 public static String NETWORK_STATUS = "NETWORK_STATUS"; field in SystemNotificationChannels
108 NETWORK_STATUS, in createAll()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java253 : SystemNotificationChannels.NETWORK_STATUS; in showNotification()
DTethering.java665 new Notification.Builder(mContext, SystemNotificationChannels.NETWORK_STATUS); in showTetheredNotification()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1413 builder.setChannelId(SystemNotificationChannels.NETWORK_STATUS); in enqueueNotification()