Searched refs:onWrongPasswordError (Results 1 – 4 of 4) sorted by relevance
101 public void onWrongPasswordError() throws Exception { in onWrongPasswordError() method in WrongPasswordNotifierTest104 mWrongPassNotifier.onWrongPasswordError(TEST_SSID); in onWrongPasswordError()122 onWrongPasswordError(); in onNewConnectionAttemptWithPreviousWrongPasswordError()
2008 verify(mWrongPasswordNotifier, never()).onWrongPasswordError(anyString()); in testWrongPasswordWithPreviouslyConnected()2069 verify(mWrongPasswordNotifier).onWrongPasswordError(eq(TEST_SSID)); in testWrongPasswordWithNeverConnected()
65 public void onWrongPasswordError(String ssid) { in onWrongPasswordError() method in WrongPasswordNotifier
4601 mWrongPasswordNotifier.onWrongPasswordError(targetedNetwork.SSID);