Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinViewController.java28 public class KeyguardPinViewController class
35 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController() method in KeyguardPinViewController
H A DKeyguardInputViewController.java217 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()