Home
last modified time | relevance | path

Searched refs:NETWORK_ALERTS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java43 public static String NETWORK_ALERTS = "NETWORK_ALERTS"; field in SystemNotificationChannels
109 NETWORK_ALERTS, in createAll()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java85 SystemNotificationChannels.NETWORK_ALERTS) in showNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWrongPasswordNotifierTest.java73 eq(SystemNotificationChannels.NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java207 final String channelId = highPriority ? SystemNotificationChannels.NETWORK_ALERTS : in showNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java369 SystemNotificationChannels.NETWORK_ALERTS) in setNiNotification()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1304 new Notification.Builder(mContext, SystemNotificationChannels.NETWORK_ALERTS); in enqueueNotification()