HomeSort by relevance Sort by last modified time
    Searched refs:getPasswordTextViewId (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 92 protected int getPasswordTextViewId() {
177 mPasswordEntry = (TextView) findViewById(getPasswordTextViewId());
KeyguardAbsKeyInputView.java 88 protected abstract int getPasswordTextViewId();
KeyguardPINView.java 74 protected int getPasswordTextViewId() {
KeyguardPinBasedInputView.java 174 mPasswordEntry = (PasswordTextView) findViewById(getPasswordTextViewId());
KeyguardSimPinView.java 136 protected int getPasswordTextViewId() {
KeyguardSimPukView.java 179 protected int getPasswordTextViewId() {

Completed in 1003 milliseconds