Searched defs:getEFPath (Results 1 - 7 of 7) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordLoader.java69 private String getEFPath(int efid) { method in class:AdnRecordLoader
90 ef, getEFPath(ef), recordNumber,
111 ef, getEFPath(ef),
136 mFh.getEFLinearRecordSize( ef, getEFPath(ef),
179 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber,
H A DCsimFileHandler.java35 protected String getEFPath(int efid) { method in class:CsimFileHandler
H A DIccFileHandler.java172 String efPath = (path == null) ? getEFPath(fileid) : path;
192 loadEFLinearFixed(fileid, getEFPath(fileid), recordNum, onLoaded);
210 getEFPath(IccConstants.EF_IMG), recordNum,
226 String efPath = (path == null) ? getEFPath(fileid) : path;
244 getEFLinearRecordSize(fileid, getEFPath(fileid), onLoaded);
258 String efPath = (path == null) ? getEFPath(fileid) : path;
276 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded);
293 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
311 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid),
331 + " filePath = " + getEFPath(EF_IM
636 protected abstract String getEFPath(int efid); method in class:IccFileHandler
[all...]
H A DIsimFileHandler.java35 protected String getEFPath(int efid) { method in class:IsimFileHandler
H A DRuimFileHandler.java51 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(EF_IMG), 0, 0,
57 protected String getEFPath(int efid) { method in class:RuimFileHandler
H A DSIMFileHandler.java40 protected String getEFPath(int efid) { method in class:SIMFileHandler
H A DUsimFileHandler.java36 protected String getEFPath(int efid) { method in class:UsimFileHandler

Completed in 117 milliseconds