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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DCsimFileHandler.java37 case EF_SMS:
H A DIccConstants.java39 static final int EF_SMS = 0x6F3C; field in interface:IccConstants
H A DRuimFileHandler.java59 case EF_SMS:
H A DSIMFileHandler.java44 case EF_SMS:
H A DUsimFileHandler.java38 case EF_SMS:
H A DSIMRecords.java1059 log("READ EF_SMS RECORD index=" + index[0]);
1060 mFh.loadEFLinearFixed(EF_SMS,index[0],
1418 mFh.updateEFLinearFixed(EF_SMS,
1641 mFh.loadEFLinearFixedAll(EF_SMS, obtainMessage(EVENT_GET_ALL_SMS_DONE));
1654 mFh.updateEFLinearFixed(EF_SMS, 1, ba, null,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java161 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null);
226 IccConstants.EF_SMS,
305 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response);
575 * @param messages List of message records from EF_SMS.
597 * Generates an EF_SMS record from status and raw PDU.

Completed in 85 milliseconds