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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java92 private static final int EVENT_GET_SST_DONE = 17; field in class:RuimRecords
695 case EVENT_GET_SST_DONE:
696 log("Event EVENT_GET_SST_DONE Received");
H A DSIMRecords.java154 protected static final int EVENT_GET_SST_DONE = 17; field in class:SIMRecords
1073 case EVENT_GET_SST_DONE:
1620 mFh.loadEFTransparent(EF_SST, obtainMessage(EVENT_GET_SST_DONE));

Completed in 44 milliseconds