Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java941 final UnlockSim checkSimPin = new UnlockSim(getPhone(subId).getIccCard()); in supplyPinReportResultForSubscriber()
953 final UnlockSim checkSimPuk = new UnlockSim(getPhone(subId).getIccCard()); in supplyPukReportResultForSubscriber()
962 private static class UnlockSim extends Thread { class in PhoneInterfaceManager
976 public UnlockSim(IccCard simCard) { in UnlockSim() method in PhoneInterfaceManager.UnlockSim
983 synchronized (UnlockSim.this) { in run()
991 synchronized (UnlockSim.this) { in run()
1005 UnlockSim.this.notifyAll(); in run()
1011 UnlockSim.this.notifyAll(); in run()