Home
last modified time | relevance | path

Searched refs:mPinBasedInputView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardPinBasedInputViewControllerTest.java58 private KeyguardPinBasedInputView mPinBasedInputView; field in KeyguardPinBasedInputViewControllerTest
99 when(mPinBasedInputView.getPasswordTextViewId()).thenReturn(1); in setup()
100 when(mPinBasedInputView.findViewById(1)).thenReturn(mPasswordEntry); in setup()
101 when(mPinBasedInputView.isAttachedToWindow()).thenReturn(true); in setup()
102 when(mPinBasedInputView.getButtons()).thenReturn(mButtons); in setup()
103 when(mPinBasedInputView.requireViewById(R.id.bouncer_message_area)) in setup()
105 when(mPinBasedInputView.findViewById(R.id.delete_button)) in setup()
107 when(mPinBasedInputView.findViewById(R.id.key_enter)) in setup()
110 when(mPinBasedInputView.getResources()).thenReturn(getContext().getResources()); in setup()
116 mKeyguardPinViewController = new KeyguardPinBasedInputViewController(mPinBasedInputView, in setup()