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.java48 private static final int EVENT_PIN1_PUK1_DONE = 1; field in UiccCardApplication
401 if (msg.what == EVENT_PIN1_PUK1_DONE) {
416 case EVENT_PIN1_PUK1_DONE:
728 mCi.supplyIccPinForApp(pin, mAid, mHandler.obtainMessage(EVENT_PIN1_PUK1_DONE, in supplyPin()
758 mHandler.obtainMessage(EVENT_PIN1_PUK1_DONE, onComplete)); in supplyPuk()