Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccFileHandler.java180 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixed()
201 loadEFLinearFixed(fileid, getEFPath(fileid), recordNum, onLoaded); in loadEFLinearFixed()
219 getEFPath(IccConstants.EF_IMG), recordNum, in loadEFImgLinearFixed()
236 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFLinearRecordSize()
255 getEFLinearRecordSize(fileid, getEFPath(fileid), onLoaded); in getEFLinearRecordSize()
270 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixedAll()
289 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded); in loadEFLinearFixedAll()
307 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), in loadEFTransparent()
325 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid), in loadEFTransparent()
345 + " filePath = " + getEFPath(EF_IMG) + " highOffset = " + highOffset in loadEFImgTransparent()
[all …]
DAdnRecordLoader.java73 private String getEFPath(int efid) { in getEFPath() method in AdnRecordLoader
95 ef, getEFPath(ef), recordNumber, in loadFromEF()
116 ef, getEFPath(ef), in loadAllFromEF()
142 mFh.getEFLinearRecordSize( ef, getEFPath(ef), in updateEF()
185 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