HomeSort by relevance Sort by last modified time
    Searched refs:getEFPath (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 170 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_IMG) + " highOffset = " + highOffse
    [all...]
RuimFileHandler.java 51 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(EF_IMG), 0, 0,
57 protected String getEFPath(int efid) {
CsimFileHandler.java 35 protected String getEFPath(int efid) {
IsimFileHandler.java 35 protected String getEFPath(int efid) {
AdnRecordLoader.java 69 private String getEFPath(int efid) {
90 ef, getEFPath(ef), recordNumber,
111 ef, getEFPath(ef),
136 mFh.getEFLinearRecordSize( ef, getEFPath(ef),
179 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber,
SIMFileHandler.java 40 protected String getEFPath(int efid) {
UsimFileHandler.java 36 protected String getEFPath(int efid) {

Completed in 427 milliseconds