Searched defs:EVENT_APP_READY (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java55 private static final int EVENT_APP_READY = 1; field in class:IsimUiccRecords
92 mParentApp.registerForReady(this, EVENT_APP_READY, null);
119 case EVENT_APP_READY:
H A DIccCardProxy.java83 private static final int EVENT_APP_READY = 6; field in class:IccCardProxy
238 case EVENT_APP_READY:
432 mUiccApplication.registerForReady(this, EVENT_APP_READY, null);
H A DIccRecords.java110 protected static final int EVENT_APP_READY = 1; field in class:IccRecords
457 sendMessage(obtainMessage(EVENT_APP_READY));

Completed in 93 milliseconds