Searched refs:onWrongPasswordError (Results 1 – 4 of 4) sorted by relevance
74 public void onWrongPasswordError() throws Exception { in onWrongPasswordError() method in WrongPasswordNotifierTest77 mWrongPassNotifier.onWrongPasswordError(TEST_SSID); in onWrongPasswordError()94 onWrongPasswordError(); in onNewConnectionAttemptWithPreviousWrongPasswordError()
1391 verify(mWrongPasswordNotifier, never()).onWrongPasswordError(anyString()); in testWrongPasswordWithPreviouslyConnected()1422 verify(mWrongPasswordNotifier).onWrongPasswordError(eq(sSSID)); in testWrongPasswordWithNeverConnected()
61 public void onWrongPasswordError(String ssid) { in onWrongPasswordError() method in WrongPasswordNotifier
4009 mWrongPasswordNotifier.onWrongPasswordError( in processMessage()