Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardPinBasedInputViewControllerTest.java92 private KeyguardPinBasedInputViewController mKeyguardPinViewController; field in KeyguardPinBasedInputViewControllerTest
116 mKeyguardPinViewController = new KeyguardPinBasedInputViewController(mPinBasedInputView, in setup()
126 mKeyguardPinViewController.init(); in setup()
131 mKeyguardPinViewController.onResume(KeyguardSecurityView.SCREEN_ON); in onResume_requestsFocus()
137 assertThat(mKeyguardPinViewController.getInitialMessageResId()).isNotEqualTo(0); in testGetInitialMessageResId()
142 mKeyguardPinViewController.resetState(); in testMessageIsSetWhenReset()