Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java132 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords()
142 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords()
299 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
317 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in handleFileUpdate()
DIccFileHandler.java305 public void loadEFLinearFixedAll(int fileid, String path, Message onLoaded) { in loadEFLinearFixedAll() method in IccFileHandler
324 public void loadEFLinearFixedAll(int fileid, Message onLoaded) { in loadEFLinearFixedAll() method in IccFileHandler
325 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded); in loadEFLinearFixedAll()
DAdnRecordLoader.java114 mFh.loadEFLinearFixedAll( in loadAllFromEF()
DSIMRecords.java1627 mFh.loadEFLinearFixedAll(EF_PNN, obtainMessage(EVENT_GET_PNN_DONE)); in fetchSimRecords()
1630 mFh.loadEFLinearFixedAll(EF_OPL, obtainMessage(EVENT_GET_OPL_DONE)); in fetchSimRecords()
1670 mFh.loadEFLinearFixedAll(EF_SMS, obtainMessage(EVENT_GET_ALL_SMS_DONE)); in fetchSimRecords()
DRuimRecords.java879 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java194 mFh.loadEFLinearFixedAll(EF_PBR, obtainMessage(EVENT_PBR_LOAD_DONE)); in readPbrFileAndWait()
255 mFh.loadEFLinearFixedAll(emailEfid, in readEmailFileAndWait()
413 mFh.loadEFLinearFixedAll(efid, obtainMessage(EVENT_IAP_LOAD_DONE)); in readIapFileAndWait()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java384 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response); in getAllMessagesFromIccEf()
/frameworks/base/config/
Dboot-image-profile.txt23803 HSPLcom/android/internal/telephony/uicc/IccFileHandler;->loadEFLinearFixedAll(ILandroid/os/Message;…
23804 HSPLcom/android/internal/telephony/uicc/IccFileHandler;->loadEFLinearFixedAll(ILjava/lang/String;La…