Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSimPinView.java52 private CheckSimPin mCheckSimPinThread;
142 new CheckSimPin("", mSubId) { in showDefaultMessage()
246 private abstract class CheckSimPin extends Thread { class in KeyguardSimPinView
250 protected CheckSimPin(String pin, int subId) { in CheckSimPin() method in KeyguardSimPinView.CheckSimPin
332 mCheckSimPinThread = new CheckSimPin(mPasswordEntry.getText(), mSubId) { in verifyPasswordAndUnlock()