Searched refs:mAbsKeyInputView (Results 1 – 1 of 1) sorted by relevance
55 private KeyguardAbsKeyInputView mAbsKeyInputView; field in KeyguardAbsKeyInputViewControllerTest85 when(mAbsKeyInputView.getPasswordTextViewId()).thenReturn(1); in setup()86 when(mAbsKeyInputView.findViewById(1)).thenReturn(mPasswordEntry); in setup()87 when(mAbsKeyInputView.isAttachedToWindow()).thenReturn(true); in setup()88 when(mAbsKeyInputView.findViewById(R.id.keyguard_message_area)) in setup()90 mKeyguardAbsKeyInputViewController = new KeyguardAbsKeyInputViewController(mAbsKeyInputView, in setup()111 verify(mAbsKeyInputView).setKeyDownListener(onKeyDownListenerArgumentCaptor.capture()); in onKeyDown_clearsSecurityMessage()122 verify(mAbsKeyInputView).setKeyDownListener(onKeyDownListenerArgumentCaptor.capture()); in onKeyDown_noSecurityMessageInteraction()