HomeSort by relevance Sort by last modified time
    Searched refs:EF_SMS (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccConstants.java 35 static final int EF_SMS = 0x6F3C;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimFileHandler.java 72 case EF_SMS:
RuimSmsInterfaceManager.java 129 IccConstants.EF_SMS, index, record, null, response);
183 mPhone.getIccFileHandler().loadEFLinearFixedAll(IccConstants.EF_SMS, response);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 126 IccConstants.EF_SMS,
183 mPhone.getIccFileHandler().loadEFLinearFixedAll(IccConstants.EF_SMS, response);
SIMFileHandler.java 63 case EF_SMS:
SIMRecords.java 866 Log.d(LOG_TAG, "READ EF_SMS RECORD index=" + index[0]);
867 phone.getIccFileHandler().loadEFLinearFixed(EF_SMS,index[0],
    [all...]

Completed in 4016 milliseconds