Searched refs:SUPPLY_PIN_COMPLETE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneInterfaceManager.java458 private static final int SUPPLY_PIN_COMPLETE = 100; field in class:PhoneInterfaceManager.UnlockSim
473 case SUPPLY_PIN_COMPLETE:
474 Log.d(LOG_TAG, "SUPPLY_PIN_COMPLETE");
505 Message callback = Message.obtain(mHandler, SUPPLY_PIN_COMPLETE);

Completed in 523 milliseconds