Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java98 private static final int EVENT_GET_SST_DONE = 17; field in RuimRecords
713 case EVENT_GET_SST_DONE: in handleMessage()
H A DSIMRecords.java166 private static final int EVENT_GET_SST_DONE = 17 + SIM_RECORD_EVENT_BASE; field in SIMRecords
975 case EVENT_GET_SST_DONE: in handleMessage()
1638 mFh.loadEFTransparent(EF_SST, obtainMessage(EVENT_GET_SST_DONE)); in fetchSimRecords()