Home
last modified time | relevance | path

Searched refs:onWrongPasswordError (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWrongPasswordNotifierTest.java104 public void onWrongPasswordError() throws Exception { in onWrongPasswordError() method in WrongPasswordNotifierTest
109 mWrongPassNotifier.onWrongPasswordError(config); in onWrongPasswordError()
129 onWrongPasswordError(); in onNewConnectionAttemptWithPreviousWrongPasswordError()
DClientModeImplTest.java2820 verify(mWrongPasswordNotifier, never()).onWrongPasswordError(any()); in testWrongPasswordWithPreviouslyConnected()
2852 verify(mWrongPasswordNotifier, never()).onWrongPasswordError(any()); in testWrongPasswordWithLocalOnlyConnection()
2881 verify(mWrongPasswordNotifier).onWrongPasswordError(any()); in testWrongPasswordWithNonLocalOnlyConnection()
2948 verify(mWrongPasswordNotifier).onWrongPasswordError(config); in testWrongPasswordWithNeverConnected()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java64 public void onWrongPasswordError(@NonNull WifiConfiguration wifiConfiguration) { in onWrongPasswordError() method in WrongPasswordNotifier
DClientModeImpl.java6226 mWrongPasswordNotifier.onWrongPasswordError(targetedNetwork); in processMessageImpl()