Searched refs:getEFPath (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccFileHandler.java | 170 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixed() 190 loadEFLinearFixed(fileid, getEFPath(fileid), recordNum, onLoaded); in loadEFLinearFixed() 208 getEFPath(IccConstants.EF_IMG), recordNum, in loadEFImgLinearFixed() 224 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFLinearRecordSize() 242 getEFLinearRecordSize(fileid, getEFPath(fileid), onLoaded); in getEFLinearRecordSize() 256 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixedAll() 274 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded); in loadEFLinearFixedAll() 291 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), in loadEFTransparent() 309 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid), in loadEFTransparent() 329 + " filePath = " + getEFPath(EF_IMG) + " highOffset = " + highOffset in loadEFImgTransparent() [all …]
|
D | AdnRecordLoader.java | 69 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()
|
D | RuimFileHandler.java | 51 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(EF_IMG), 0, 0, in loadEFImgTransparent() 57 protected String getEFPath(int efid) { in getEFPath() method in RuimFileHandler
|
D | IsimFileHandler.java | 35 protected String getEFPath(int efid) { in getEFPath() method in IsimFileHandler
|
D | CsimFileHandler.java | 35 protected String getEFPath(int efid) { in getEFPath() method in CsimFileHandler
|
D | SIMFileHandler.java | 40 protected String getEFPath(int efid) { in getEFPath() method in SIMFileHandler
|
D | UsimFileHandler.java | 36 protected String getEFPath(int efid) { in getEFPath() method in UsimFileHandler
|