Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DEapFailureNotifierTest.java117 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithoutNotificationShown()
142 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailure_showNotificationFalse_notShown()
163 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErroCodeWithNotificationShownWithoutSameSsid()
191 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid()
200 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid()
211 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithUnDefinedErrorCode()
219 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithUnDefinedErrorCode()
H A DWrongPasswordNotifierTest.java103 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNotificationManager.java19 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_ALERTS;
82 NOTIFICATION_NETWORK_ALERTS, in createNotificationChannels()
H A DWifiService.java33 public static final String NOTIFICATION_NETWORK_ALERTS = "NETWORK_ALERTS"; field in WifiService
H A DSimRequiredNotifier.java81 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
H A DWrongPasswordNotifier.java104 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
H A DConnectionFailureNotificationBuilder.java76 mContext, WifiService.NOTIFICATION_NETWORK_ALERTS) in buildNoMacRandomizationSupportNotification()
H A DEapFailureNotifier.java103 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()