Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccFileHandler.java172 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixed()
192 loadEFLinearFixed(fileid, getEFPath(fileid), recordNum, onLoaded); in loadEFLinearFixed()
210 getEFPath(IccConstants.EF_IMG), recordNum, in loadEFImgLinearFixed()
226 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFLinearRecordSize()
244 getEFLinearRecordSize(fileid, getEFPath(fileid), onLoaded); in getEFLinearRecordSize()
258 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixedAll()
276 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded); in loadEFLinearFixedAll()
293 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), in loadEFTransparent()
311 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid), in loadEFTransparent()
331 + " filePath = " + getEFPath(EF_IMG) + " highOffset = " + highOffset in loadEFImgTransparent()
[all …]
DAdnRecordLoader.java69 private String getEFPath(int efid) { in getEFPath() method in AdnRecordLoader
90 ef, getEFPath(ef), recordNumber, in loadFromEF()
111 ef, getEFPath(ef), in loadAllFromEF()
136 mFh.getEFLinearRecordSize( ef, getEFPath(ef), in updateEF()
179 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber, in handleMessage()
DRuimFileHandler.java51 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(EF_IMG), 0, 0, in loadEFImgTransparent()
57 protected String getEFPath(int efid) { in getEFPath() method in RuimFileHandler
DIsimFileHandler.java35 protected String getEFPath(int efid) { in getEFPath() method in IsimFileHandler
DCsimFileHandler.java35 protected String getEFPath(int efid) { in getEFPath() method in CsimFileHandler
DSIMFileHandler.java40 protected String getEFPath(int efid) { in getEFPath() method in SIMFileHandler
DUsimFileHandler.java36 protected String getEFPath(int efid) { in getEFPath() method in UsimFileHandler
/frameworks/base/config/
Dboot-image-profile.txt41661 HSPLcom/android/internal/telephony/uicc/IsimFileHandler;->getEFPath(I)Ljava/lang/String;
41834 HSPLcom/android/internal/telephony/uicc/UsimFileHandler;->getEFPath(I)Ljava/lang/String;