Searched refs:EF_SMS (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | CsimFileHandler.java | 37 case EF_SMS: in getEFPath()
|
D | IccConstants.java | 39 static final int EF_SMS = 0x6F3C; field
|
D | SIMFileHandler.java | 44 case EF_SMS: in getEFPath()
|
D | RuimFileHandler.java | 59 case EF_SMS: in getEFPath()
|
D | UsimFileHandler.java | 38 case EF_SMS: in getEFPath()
|
D | SIMRecords.java | 963 mFh.loadEFLinearFixed(EF_SMS, index, obtainMessage(EVENT_GET_SMS_DONE)); in handleMessage() 1369 mFh.updateEFLinearFixed(EF_SMS, in handleSmses() 1608 mFh.loadEFLinearFixedAll(EF_SMS, obtainMessage(EVENT_GET_ALL_SMS_DONE)); in fetchSimRecords() 1621 mFh.updateEFLinearFixed(EF_SMS, 1, ba, null, in fetchSimRecords()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 187 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null); in markMessagesAsRead() 249 IccConstants.EF_SMS, in updateMessageOnIccEf() 330 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response); in getAllMessagesFromIccEf()
|