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.java2712 final UnlockSim checkSimPin = new UnlockSim(phone.getPhoneId(), phone.getIccCard()); in supplyPinReportResultForSubscriber()
2729 final UnlockSim checkSimPuk = new UnlockSim(phone.getPhoneId(), phone.getIccCard()); in supplyPukReportResultForSubscriber()
2741 private static class UnlockSim extends Thread { class in PhoneInterfaceManager
2760 UnlockSim(int phoneId, IccCard simCard) { in UnlockSim() method in PhoneInterfaceManager.UnlockSim
2768 synchronized (UnlockSim.this) { in run()
2776 synchronized (UnlockSim.this) { in run()
2798 UnlockSim.this.notifyAll(); in run()
2811 UnlockSim.this.notifyAll(); in run()