Searched refs:WrongPasswordNotifier (Results 1 – 5 of 5) sorted by relevance
52 WrongPasswordNotifier mWrongPassNotifier;64 new WrongPasswordNotifier(mContext, mFrameworkFacade); in setUp()78 verify(mNotificationManager).notify(eq(WrongPasswordNotifier.NOTIFICATION_ID), any()); in onWrongPasswordError()98 verify(mNotificationManager).cancel(any(), eq(WrongPasswordNotifier.NOTIFICATION_ID)); in onNewConnectionAttemptWithPreviousWrongPasswordError()
375 @Mock WrongPasswordNotifier mWrongPasswordNotifier;
34 public class WrongPasswordNotifier { class49 public WrongPasswordNotifier(Context context, FrameworkFacade frameworkFacade) { in WrongPasswordNotifier() method in WrongPasswordNotifier
318 new WrongPasswordNotifier(mContext, mFrameworkFacade), in WifiInjector()
772 private final WrongPasswordNotifier mWrongPasswordNotifier;785 WifiNative wifiNative, WrongPasswordNotifier wrongPasswordNotifier, in ClientModeImpl()