Searched refs:onWrongPasswordError (Results 1 – 4 of 4) sorted by relevance
104 public void onWrongPasswordError() throws Exception { in onWrongPasswordError() method in WrongPasswordNotifierTest109 mWrongPassNotifier.onWrongPasswordError(config); in onWrongPasswordError()129 onWrongPasswordError(); in onNewConnectionAttemptWithPreviousWrongPasswordError()
2820 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()
64 public void onWrongPasswordError(@NonNull WifiConfiguration wifiConfiguration) { in onWrongPasswordError() method in WrongPasswordNotifier
6226 mWrongPasswordNotifier.onWrongPasswordError(targetedNetwork); in processMessageImpl()