Searched refs:CheckSimPin (Results 1 – 1 of 1) sorted by relevance
55 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 KeyguardSimPinViewController289 protected CheckSimPin(String pin, int subId) { in CheckSimPin() method in KeyguardSimPinViewController.CheckSimPin