Searched defs:EVENT_GET_SST_DONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java91 private static final int EVENT_GET_SST_DONE = 17; field in class:RuimRecords
692 case EVENT_GET_SST_DONE:
693 log("Event EVENT_GET_SST_DONE Received");
H A DSIMRecords.java151 protected static final int EVENT_GET_SST_DONE = 17; field in class:SIMRecords
1059 case EVENT_GET_SST_DONE:
1583 mFh.loadEFTransparent(EF_SST, obtainMessage(EVENT_GET_SST_DONE));

Completed in 189 milliseconds