Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccFileHandler.java184 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixed() local
187 new LoadLinearFixedContext(fileid, recordNum, efPath, onLoaded)); in loadEFLinearFixed()
189 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixed()
240 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFLinearRecordSize() local
243 new LoadLinearFixedContext(fileid, efPath, onLoaded)); in getEFLinearRecordSize()
244 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in getEFLinearRecordSize()
270 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFTransparentRecordSize() local
306 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixedAll() local
308 new LoadLinearFixedContext(fileid, efPath, onLoaded)); in loadEFLinearFixedAll()
310 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixedAll()
[all …]