HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_APP_READY (Results 1 - 3 of 3) 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));
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...]

Completed in 31 milliseconds