Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSimPinViewController.java55 private CheckSimPin mCheckSimPinThread;
154 mCheckSimPinThread = new CheckSimPin(mPasswordEntry.getText(), mSubId) { in verifyPasswordAndUnlock()
269 new CheckSimPin("", mSubId) { in showDefaultMessage()
285 private abstract class CheckSimPin extends Thread { class in KeyguardSimPinViewController
289 protected CheckSimPin(String pin, int subId) { in CheckSimPin() method in KeyguardSimPinViewController.CheckSimPin