Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordViewController.java50 public class KeyguardPasswordViewController class
108 protected KeyguardPasswordViewController(KeyguardPasswordView view, in KeyguardPasswordViewController() method in KeyguardPasswordViewController
H A DKeyguardInputViewController.java210 return new KeyguardPasswordViewController((KeyguardPasswordView) keyguardInputView, in create()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.java113 private KeyguardPasswordViewController mKeyguardPasswordViewController;
133 mKeyguardPasswordViewController = new KeyguardPasswordViewController( in setup()