Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java93 private static final int EVENT_GET_ALL_SMS_DONE = 18; field in RuimRecords
687 case EVENT_GET_ALL_SMS_DONE: in handleMessage()
DSIMRecords.java155 private static final int EVENT_GET_ALL_SMS_DONE = 18; field in SIMRecords
1032 case EVENT_GET_ALL_SMS_DONE: in handleMessage()
1639 mFh.loadEFLinearFixedAll(EF_SMS, obtainMessage(EVENT_GET_ALL_SMS_DONE)); in fetchSimRecords()