Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewController.java32 public abstract class KeyguardPinBasedInputViewController<T extends KeyguardPinBasedInputView> class
53 protected KeyguardPinBasedInputViewController(T view, in KeyguardPinBasedInputViewController() method in KeyguardPinBasedInputViewController
H A DKeyguardPinViewController.java31 extends KeyguardPinBasedInputViewController<KeyguardPINView> {
H A DKeyguardSimPinViewController.java47 extends KeyguardPinBasedInputViewController<KeyguardSimPinView> {
H A DKeyguardSimPukViewController.java44 extends KeyguardPinBasedInputViewController<KeyguardSimPukView> {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java86 private KeyguardPinBasedInputViewController mKeyguardPinViewController;
108 mKeyguardPinViewController = new KeyguardPinBasedInputViewController(mPinBasedInputView, in setup()