Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java43 public static String NETWORK_ALERTS = "NETWORK_ALERTS"; field in SystemNotificationChannels
115 NETWORK_ALERTS, in createAll()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java85 SystemNotificationChannels.NETWORK_ALERTS) in showNotification()
DConnectionFailureNotificationBuilder.java86 SystemNotificationChannels.NETWORK_ALERTS) in buildNoMacRandomizationSupportNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWrongPasswordNotifierTest.java76 eq(SystemNotificationChannels.NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java256 ? SystemNotificationChannels.NETWORK_ALERTS in showNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java390 SystemNotificationChannels.NETWORK_ALERTS) in setNiNotification()
/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java637 return new Notification.Builder(context, SystemNotificationChannels.NETWORK_ALERTS) in createEmergencyLocationUserNotification()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1342 new Notification.Builder(mContext, SystemNotificationChannels.NETWORK_ALERTS); in enqueueNotification()