Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccConstants.java39 static final int EF_SMS = 0x6F3C; field
DCsimFileHandler.java37 case EF_SMS: in getEFPath()
DSIMFileHandler.java44 case EF_SMS: in getEFPath()
DRuimFileHandler.java59 case EF_SMS: in getEFPath()
DUsimFileHandler.java38 case EF_SMS: in getEFPath()
DSIMRecords.java1045 mFh.loadEFLinearFixed(EF_SMS,index[0], in handleMessage()
1415 mFh.updateEFLinearFixed(EF_SMS, in handleSmses()
1602 mFh.loadEFLinearFixedAll(EF_SMS, obtainMessage(EVENT_GET_ALL_SMS_DONE)); in fetchSimRecords()
1615 mFh.updateEFLinearFixed(EF_SMS, 1, ba, null, in fetchSimRecords()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java162 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null); in markMessagesAsRead()
227 IccConstants.EF_SMS, in updateMessageOnIccEf()
308 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response); in getAllMessagesFromIccEf()