Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSimPinView.java52 protected int getPasswordTextViewId() { in getPasswordTextViewId() method in KeyguardSimPinView
H A DKeyguardAbsKeyInputView.java49 protected abstract int getPasswordTextViewId(); in getPasswordTextViewId() method in KeyguardAbsKeyInputView
H A DKeyguardSimPukView.java77 protected int getPasswordTextViewId() { in getPasswordTextViewId() method in KeyguardSimPukView
H A DKeyguardPasswordView.java97 protected int getPasswordTextViewId() { in getPasswordTextViewId() method in KeyguardPasswordView
132 mPasswordEntry = findViewById(getPasswordTextViewId()); in onFinishInflate()
H A DKeyguardPinBasedInputViewController.java69 mPasswordEntry = mView.findViewById(mView.getPasswordTextViewId()); in KeyguardPinBasedInputViewController()
H A DKeyguardPINView.java96 protected int getPasswordTextViewId() { in getPasswordTextViewId() method in KeyguardPINView
H A DKeyguardPasswordViewController.java118 mPasswordEntry = mView.findViewById(mView.getPasswordTextViewId()); in KeyguardPasswordViewController()
H A DKeyguardPinBasedInputView.java158 mPasswordEntry = findViewById(getPasswordTextViewId()); in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java93 when(mPinBasedInputView.getPasswordTextViewId()).thenReturn(1); in setup()
H A DKeyguardAbsKeyInputViewControllerTest.java91 when(mAbsKeyInputView.getPasswordTextViewId()).thenReturn(1); in setup()