HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_APP_READY (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 53 private static final int EVENT_APP_READY = 1;
90 mParentApp.registerForReady(this, EVENT_APP_READY, null);
117 case EVENT_APP_READY:
IccRecords.java 98 protected static final int EVENT_APP_READY = 1;
417 sendMessage(obtainMessage(EVENT_APP_READY));
RuimRecords.java 117 mParentApp.registerForReady(this, EVENT_APP_READY, null);
472 case EVENT_APP_READY:
IccCardProxy.java 90 private static final int EVENT_APP_READY = 6;
255 case EVENT_APP_READY:
451 mUiccApplication.registerForReady(this, EVENT_APP_READY, null);
    [all...]
SIMRecords.java 213 mParentApp.registerForReady(this, EVENT_APP_READY, null);
590 case EVENT_APP_READY:
    [all...]

Completed in 39 milliseconds