Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java103 private static final int EVENT_GET_SMS_DONE = 22; field in RuimRecords
708 case EVENT_GET_SMS_DONE: in handleMessage()
H A DSIMRecords.java171 private static final int EVENT_GET_SMS_DONE = 22 + SIM_RECORD_EVENT_BASE; field in SIMRecords
962 mFh.loadEFLinearFixed(EF_SMS, index, obtainMessage(EVENT_GET_SMS_DONE)); in handleMessage()
966 case EVENT_GET_SMS_DONE: in handleMessage()