Searched refs:mWrongPasswordNotifier (Results 1 – 2 of 2) sorted by relevance
733 private final WrongPasswordNotifier mWrongPasswordNotifier; field in ClientModeImpl767 mWrongPasswordNotifier = wrongPasswordNotifier; in ClientModeImpl()2922 mWrongPasswordNotifier.onNewConnectionAttempt(); in reportConnectionAttemptStart()3909 mWrongPasswordNotifier.onWrongPasswordError(
397 @Mock WrongPasswordNotifier mWrongPasswordNotifier; field in ClientModeImplTest612 mWrongPasswordNotifier, mSarManager, mWifiTrafficPoller, mLinkProbeManager, in initializeCmi()1790 verify(mWrongPasswordNotifier, never()).onWrongPasswordError(anyString()); in testWrongPasswordWithPreviouslyConnected()1823 verify(mWrongPasswordNotifier).onWrongPasswordError(eq(sSSID)); in testWrongPasswordWithNeverConnected()