Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneInterfaceManager.java427 final UnlockSim checkSimPin = new UnlockSim(mPhone.getIccCard()); in supplyPin()
434 final UnlockSim checkSimPuk = new UnlockSim(mPhone.getIccCard()); in supplyPuk()
443 private static class UnlockSim extends Thread { class in PhoneInterfaceManager
456 public UnlockSim(IccCard simCard) { in UnlockSim() method in PhoneInterfaceManager.UnlockSim
463 synchronized (UnlockSim.this) { in run()
471 synchronized (UnlockSim.this) { in run()
474 UnlockSim.this.notifyAll(); in run()
480 UnlockSim.this.notifyAll(); in run()