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.java1479 final UnlockSim checkSimPin = new UnlockSim(getPhone(subId).getIccCard()); in supplyPinReportResultForSubscriber()
1497 final UnlockSim checkSimPuk = new UnlockSim(getPhone(subId).getIccCard()); in supplyPukReportResultForSubscriber()
1509 private static class UnlockSim extends Thread { class in PhoneInterfaceManager
1523 public UnlockSim(IccCard simCard) { in UnlockSim() method in PhoneInterfaceManager.UnlockSim
1530 synchronized (UnlockSim.this) { in run()
1538 synchronized (UnlockSim.this) { in run()
1552 UnlockSim.this.notifyAll(); in run()
1558 UnlockSim.this.notifyAll(); in run()