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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileHandler.java170 String efPath = (path == null) ? getEFPath(fileid) : path;
190 loadEFLinearFixed(fileid, getEFPath(fileid), recordNum, onLoaded);
208 getEFPath(IccConstants.EF_IMG), recordNum,
224 String efPath = (path == null) ? getEFPath(fileid) : path;
242 getEFLinearRecordSize(fileid, getEFPath(fileid), onLoaded);
256 String efPath = (path == null) ? getEFPath(fileid) : path;
274 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded);
291 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
309 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid),
329 + " filePath = " + getEFPath(EF_IM
629 protected abstract String getEFPath(int efid); method in class:IccFileHandler
[all...]
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 DCsimFileHandler.java35 protected String getEFPath(int efid) { method in class:CsimFileHandler
H A DIsimFileHandler.java35 protected String getEFPath(int efid) { method in class:IsimFileHandler
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 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 49 milliseconds