Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java46 private static final int EVENT_PIN1_PUK1_DONE = 1; field in UiccCardApplication
393 if (msg.what == EVENT_PIN1_PUK1_DONE) {
408 case EVENT_PIN1_PUK1_DONE:
720 mCi.supplyIccPinForApp(pin, mAid, mHandler.obtainMessage(EVENT_PIN1_PUK1_DONE, in supplyPin()
750 mHandler.obtainMessage(EVENT_PIN1_PUK1_DONE, onComplete)); in supplyPuk()