Searched refs:keyguardInputView (Results 1 – 1 of 1) sorted by relevance
197 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create() argument201 keyguardInputView.findViewById(R.id.emergency_call_button)); in create()203 if (keyguardInputView instanceof KeyguardPatternView) { in create()209 } else if (keyguardInputView instanceof KeyguardPasswordView) { in create()216 } else if (keyguardInputView instanceof KeyguardPINView) { in create()217 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()222 } else if (keyguardInputView instanceof KeyguardSimPinView) { in create()223 return new KeyguardSimPinViewController((KeyguardSimPinView) keyguardInputView, in create()228 } else if (keyguardInputView instanceof KeyguardSimPukView) { in create()229 return new KeyguardSimPukViewController((KeyguardSimPukView) keyguardInputView, in create()[all …]