Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardInputViewController.java240 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create() argument
244 keyguardInputView.findViewById(R.id.emergency_call_button)); in create()
246 if (keyguardInputView instanceof KeyguardPatternView) { in create()
252 } else if (keyguardInputView instanceof KeyguardPasswordView) { in create()
259 } else if (keyguardInputView instanceof KeyguardPINView) { in create()
260 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()
265 } else if (keyguardInputView instanceof KeyguardSimPinView) { in create()
266 return new KeyguardSimPinViewController((KeyguardSimPinView) keyguardInputView, in create()
271 } else if (keyguardInputView instanceof KeyguardSimPukView) { in create()
272 return new KeyguardSimPukViewController((KeyguardSimPukView) keyguardInputView, in create()
[all …]