Searched refs:loadEFLinearFixedAll (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IsimUiccRecords.java | 132 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()
|
D | IccFileHandler.java | 305 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()
|
D | AdnRecordLoader.java | 114 mFh.loadEFLinearFixedAll( in loadAllFromEF()
|
D | SIMRecords.java | 1627 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()
|
D | RuimRecords.java | 879 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimPhoneBookManager.java | 194 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/ |
D | IccSmsInterfaceManager.java | 384 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response); in getAllMessagesFromIccEf()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23803 HSPLcom/android/internal/telephony/uicc/IccFileHandler;->loadEFLinearFixedAll(ILandroid/os/Message;… 23804 HSPLcom/android/internal/telephony/uicc/IccFileHandler;->loadEFLinearFixedAll(ILjava/lang/String;La…
|