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.java1823 final UnlockSim checkSimPin = new UnlockSim(getPhone(subId).getIccCard()); in supplyPinReportResultForSubscriber()
1836 final UnlockSim checkSimPuk = new UnlockSim(getPhone(subId).getIccCard()); in supplyPukReportResultForSubscriber()
1848 private static class UnlockSim extends Thread { class in PhoneInterfaceManager
1862 public UnlockSim(IccCard simCard) { in UnlockSim() method in PhoneInterfaceManager.UnlockSim
1869 synchronized (UnlockSim.this) { in run()
1877 synchronized (UnlockSim.this) { in run()
1891 UnlockSim.this.notifyAll(); in run()
1897 UnlockSim.this.notifyAll(); in run()