Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java54 private static final int EVENT_APP_READY = 1; field in IsimUiccRecords
91 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IsimUiccRecords()
118 case EVENT_APP_READY: in handleMessage()
DIccCardProxy.java80 private static final int EVENT_APP_READY = 6; field in IccCardProxy
235 case EVENT_APP_READY: in handleMessage()
433 mUiccApplication.registerForReady(this, EVENT_APP_READY, null); in registerUiccCardEvents()
DIccRecords.java124 protected static final int EVENT_APP_READY = 1; field in IccRecords
483 sendMessage(obtainMessage(EVENT_APP_READY)); in onIccRefreshInit()
DRuimRecords.java117 mParentApp.registerForReady(this, EVENT_APP_READY, null); in RuimRecords()
603 case EVENT_APP_READY: in handleMessage()
DSIMRecords.java227 mParentApp.registerForReady(this, EVENT_APP_READY, null); in SIMRecords()
673 case EVENT_APP_READY: in handleMessage()