Home
last modified time | relevance | path

Searched refs:EF_SMS (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DCsimFileHandler.java36 case EF_SMS: in getEFPath()
DIccConstants.java39 static final int EF_SMS = 0x6F3C; field
DSIMFileHandler.java43 case EF_SMS: in getEFPath()
DRuimFileHandler.java59 case EF_SMS: in getEFPath()
DUsimFileHandler.java36 case EF_SMS: in getEFPath()
DSIMRecords.java962 mFh.loadEFLinearFixed(EF_SMS, index, obtainMessage(EVENT_GET_SMS_DONE)); in handleMessage()
1417 mFh.updateEFLinearFixed(EF_SMS, in handleSmses()
1670 mFh.getEFLinearRecordSize(EF_SMS, obtainMessage(EVENT_GET_SMS_RECORD_SIZE_DONE)); in fetchSimRecords()
1675 mFh.loadEFLinearFixedAll(EF_SMS, obtainMessage(EVENT_GET_ALL_SMS_DONE)); in fetchSimRecords()
1688 mFh.updateEFLinearFixed(EF_SMS, 1, ba, null, in fetchSimRecords()
DRuimRecords.java892 mFh.getEFLinearRecordSize(EF_SMS, obtainMessage(EVENT_GET_SMS_RECORD_SIZE_DONE)); in fetchRuimRecords()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java211 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null); in markMessagesAsRead()
283 IccConstants.EF_SMS, in updateMessageOnIccEf()
362 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response); in getAllMessagesFromIccEf()