Searched refs:CheckSimPin (Results 1 – 1 of 1) sorted by relevance
52 private CheckSimPin mCheckSimPinThread;149 mCheckSimPinThread = new CheckSimPin(mPasswordEntry.getText(), mSubId) { in verifyPasswordAndUnlock()264 new CheckSimPin("", mSubId) { in showDefaultMessage()280 private abstract class CheckSimPin extends Thread { class in KeyguardSimPinViewController284 protected CheckSimPin(String pin, int subId) { in CheckSimPin() method in KeyguardSimPinViewController.CheckSimPin