Searched refs:mWrongPasswordNotifier (Results 1 – 2 of 2) sorted by relevance
227 private final WrongPasswordNotifier mWrongPasswordNotifier; field in ClientModeImpl689 mWrongPasswordNotifier = wrongPasswordNotifier; in ClientModeImpl()2803 mWrongPasswordNotifier.onNewConnectionAttempt();4601 mWrongPasswordNotifier.onWrongPasswordError(targetedNetwork.SSID);
435 @Mock WrongPasswordNotifier mWrongPasswordNotifier; field in ClientModeImplTest679 mWifiNative, mWrongPasswordNotifier, mWifiTrafficPoller, mLinkProbeManager, in initializeCmi()2008 verify(mWrongPasswordNotifier, never()).onWrongPasswordError(anyString()); in testWrongPasswordWithPreviouslyConnected()2069 verify(mWrongPasswordNotifier).onWrongPasswordError(eq(TEST_SSID)); in testWrongPasswordWithNeverConnected()