Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java144 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureEapFailureConfigWithOverride()
185 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithoutNotificationShown()
212 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailure_showNotificationFalse_notShown()
235 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithoutSameSsid()
265 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid()
275 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid()
290 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithoutMessage()
302 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithDefinedErrorCodeWithoutMessage()
315 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithUnknownErrorCode()
342 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithCarrierOverrideForDisableParameters()
[all …]
DWrongPasswordNotifierTest.java106 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
DInsecureEapNetworkHandlerTest.java1107 eq(mContext), eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in verifyTrustOnFirstUseFlow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNotificationManager.java20 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_ALERTS;
87 NOTIFICATION_NETWORK_ALERTS, in createNotificationChannels()
DWifiService.java34 public static final String NOTIFICATION_NETWORK_ALERTS = "NETWORK_ALERTS"; field in WifiService
DConnectionFailureNotificationBuilder.java74 mContext, WifiService.NOTIFICATION_NETWORK_ALERTS) in buildNoMacRandomizationSupportNotification()
DWrongPasswordNotifier.java104 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DSimRequiredNotifier.java82 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DEapFailureNotifier.java148 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DInsecureEapNetworkHandler.java461 WifiService.NOTIFICATION_NETWORK_ALERTS) in createCertificateErrorNotification()
827 WifiService.NOTIFICATION_NETWORK_ALERTS) in notifyUserForCaCertificate()