Searched defs:mCheckSimPinThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java51 private CheckSimPin mCheckSimPinThread; field in class:KeyguardSimPinView
247 if (mCheckSimPinThread == null) {
248 mCheckSimPinThread = new CheckSimPin(mPasswordEntry.getText(), mSubId) {
281 mCheckSimPinThread = null;
286 mCheckSimPinThread.start();

Completed in 33 milliseconds