Home
last modified time | relevance | path

Searched refs:mEapFailureNotifier (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java91 EapFailureNotifier mEapFailureNotifier; field in EapFailureNotifierTest
120 mEapFailureNotifier = in setUp()
151 mEapFailureNotifier.onEapFailure(KNOWN_ERROR_CODE, mWifiConfiguration, true); in onEapFailureEapFailureConfigWithOverride()
166 mEapFailureNotifier.onEapFailure(KNOWN_ERROR_CODE, mWifiConfiguration, true); in onEapFailureEapFailureConfigWithOverride()
192 mEapFailureNotifier.onEapFailure(KNOWN_ERROR_CODE, mWifiConfiguration, true); in onEapFailureWithDefinedErrorCodeWithoutNotificationShown()
219 mEapFailureNotifier.onEapFailure(KNOWN_ERROR_CODE, mWifiConfiguration, false); in onEapFailure_showNotificationFalse_notShown()
240 mEapFailureNotifier.setCurrentShownSsid(SSID_1); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithoutSameSsid()
243 mEapFailureNotifier.onEapFailure(KNOWN_ERROR_CODE, mWifiConfiguration, true); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithoutSameSsid()
270 mEapFailureNotifier.setCurrentShownSsid(SSID_1); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid()
273 mEapFailureNotifier.onEapFailure(KNOWN_ERROR_CODE, mWifiConfiguration, true); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid()
[all …]
DClientModeImplTest.java569 @Mock EapFailureNotifier mEapFailureNotifier; field in ClientModeImplTest
834 mWifiCarrierInfoManager, mWifiPseudonymManager, mEapFailureNotifier, in initializeCmi()
2990 verify(mEapFailureNotifier).onEapFailure( in testEapSimErrorVendorSpecific()
3022 verify(mEapFailureNotifier).onEapFailure( in testEapAkaRetrieveOobPseudonymTriggeredByAuthenticationFailure()
8301 when(mEapFailureNotifier.onEapFailure(anyInt(), eq(config), anyBoolean())).thenReturn( in testCarrierEapFailure()
8310 verify(mEapFailureNotifier).onEapFailure(DEFINED_ERROR_CODE, config, true); in testCarrierEapFailure()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java256 private final EapFailureNotifier mEapFailureNotifier; field in ClientModeImpl
770 mEapFailureNotifier = eapFailureNotifier; in ClientModeImpl()
6236 mEapFailureNotifier.onEapFailure(errorCode, targetedNetwork, in processMessageImpl()