Home
last modified time | relevance | path

Searched refs:EVENT_GET_SST_DONE (Results 1 – 2 of 2) sorted by relevance

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