Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSimPinView.java29 public class KeyguardSimPinView extends KeyguardPinBasedInputView { class
32 public KeyguardSimPinView(Context context) { in KeyguardSimPinView() method in KeyguardSimPinView
36 public KeyguardSimPinView(Context context, AttributeSet attrs) { in KeyguardSimPinView() method in KeyguardSimPinView
H A DKeyguardInputViewController.java222 } else if (keyguardInputView instanceof KeyguardSimPinView) { in create()
223 return new KeyguardSimPinViewController((KeyguardSimPinView) keyguardInputView, in create()
H A DKeyguardSimPinViewController.java44 extends KeyguardPinBasedInputViewController<KeyguardSimPinView> {
75 protected KeyguardSimPinViewController(KeyguardSimPinView view, in KeyguardSimPinViewController()