Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java54 private KeyguardPinBasedInputView mPinBasedInputView; field in KeyguardPinBasedInputViewControllerTest
93 when(mPinBasedInputView.getPasswordTextViewId()).thenReturn(1); in setup()
94 when(mPinBasedInputView.findViewById(1)).thenReturn(mPasswordEntry); in setup()
95 when(mPinBasedInputView.isAttachedToWindow()).thenReturn(true); in setup()
96 when(mPinBasedInputView.getButtons()).thenReturn(mButtons); in setup()
97 when(mPinBasedInputView.requireViewById(R.id.bouncer_message_area)) in setup()
99 when(mPinBasedInputView.findViewById(R.id.delete_button)) in setup()
101 when(mPinBasedInputView.findViewById(R.id.key_enter)) in setup()
104 when(mPinBasedInputView.getResources()).thenReturn(getContext().getResources()); in setup()
108 mKeyguardPinViewController = new KeyguardPinBasedInputViewController(mPinBasedInputView, in setup()