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 76 protected int getPasswordTextViewId() {
122 mPasswordEntry = (TextView) findViewById(getPasswordTextViewId());
KeyguardAbsKeyInputView.java 81 protected abstract int getPasswordTextViewId();
KeyguardPINView.java 60 protected int getPasswordTextViewId() {
KeyguardPinBasedInputView.java 142 mPasswordEntry = (PasswordTextView) findViewById(getPasswordTextViewId());
KeyguardSimPinView.java 83 protected int getPasswordTextViewId() {
KeyguardSimPukView.java 134 protected int getPasswordTextViewId() {

Completed in 130 milliseconds