Searched refs:UnlockSim (Results 1 – 1 of 1) sorted by relevance
2712 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 PhoneInterfaceManager2760 UnlockSim(int phoneId, IccCard simCard) { in UnlockSim() method in PhoneInterfaceManager.UnlockSim2768 synchronized (UnlockSim.this) { in run()2776 synchronized (UnlockSim.this) { in run()2798 UnlockSim.this.notifyAll(); in run()2811 UnlockSim.this.notifyAll(); in run()