Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java86 private KeyguardPinBasedInputViewController mKeyguardPinViewController; field in KeyguardPinBasedInputViewControllerTest
108 mKeyguardPinViewController = new KeyguardPinBasedInputViewController(mPinBasedInputView, in setup()
117 mKeyguardPinViewController.init(); in setup()
122 mKeyguardPinViewController.onResume(KeyguardSecurityView.SCREEN_ON); in onResume_requestsFocus()
128 assertThat(mKeyguardPinViewController.getInitialMessageResId()).isNotEqualTo(0); in testGetInitialMessageResId()
133 mKeyguardPinViewController.resetState(); in testMessageIsSetWhenReset()