Searched refs:mAbsKeyInputView (Results 1 – 1 of 1) sorted by relevance
62 private KeyguardAbsKeyInputView mAbsKeyInputView; field in KeyguardAbsKeyInputViewControllerTest95 when(mAbsKeyInputView.getPasswordTextViewId()).thenReturn(1); in setup()96 when(mAbsKeyInputView.findViewById(1)).thenReturn(mPasswordEntry); in setup()97 when(mAbsKeyInputView.isAttachedToWindow()).thenReturn(true); in setup()98 when(mAbsKeyInputView.requireViewById(R.id.bouncer_message_area)) in setup()100 when(mAbsKeyInputView.getResources()).thenReturn(getContext().getResources()); in setup()108 return new KeyguardAbsKeyInputViewController(mAbsKeyInputView, in createTestObject()142 verify(mAbsKeyInputView).setKeyDownListener(onKeyDownListenerArgumentCaptor.capture());153 verify(mAbsKeyInputView).setKeyDownListener(onKeyDownListenerArgumentCaptor.capture());170 when(mAbsKeyInputView.getPromptReasonStringRes(1)).thenReturn([all …]