Searched refs:efPath (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccFileHandler.java | 185 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixed() local 190 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixed() 241 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFLinearRecordSize() local 244 new LoadLinearFixedContext(fileid, efPath, onLoaded)); in getEFLinearRecordSize() 245 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in getEFLinearRecordSize() 271 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFTransparentRecordSize() local 307 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixedAll() local 309 new LoadLinearFixedContext(fileid, efPath, onLoaded)); in loadEFLinearFixedAll() 311 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixedAll() 406 String efPath = (path == null) ? getEFPath(fileid) : path; in updateEFLinearFixed() local [all …]
|