Searched refs:getEFPath (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccFileHandler.java | 184 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixed() 205 loadEFLinearFixed(fileid, getEFPath(fileid), recordNum, onLoaded); in loadEFLinearFixed() 223 getEFPath(IccConstants.EF_IMG), recordNum, in loadEFImgLinearFixed() 240 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFLinearRecordSize() 259 getEFLinearRecordSize(fileid, getEFPath(fileid), onLoaded); in getEFLinearRecordSize() 270 String efPath = (path == null) ? getEFPath(fileid) : path; in getEFTransparentRecordSize() 275 getEFPath(fileid), in getEFTransparentRecordSize() 292 getEFTransparentRecordSize(fileid, getEFPath(fileid), onLoaded); in getEFTransparentRecordSize() 306 String efPath = (path == null) ? getEFPath(fileid) : path; in loadEFLinearFixedAll() 325 loadEFLinearFixedAll(fileid, getEFPath(fileid), onLoaded); in loadEFLinearFixedAll() [all …]
|
D | AdnRecordLoader.java | 72 private String getEFPath(int efid) { in getEFPath() method in AdnRecordLoader 94 ef, getEFPath(ef), recordNumber, in loadFromEF() 115 ef, getEFPath(ef), in loadAllFromEF() 141 mFh.getEFLinearRecordSize( ef, getEFPath(ef), in updateEF() 184 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber, in handleMessage()
|
D | RuimFileHandler.java | 51 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(EF_IMG), 0, 0, in loadEFImgTransparent() 57 protected String getEFPath(int efid) { in getEFPath() method in RuimFileHandler
|
D | IsimFileHandler.java | 34 protected String getEFPath(int efid) { in getEFPath() method in IsimFileHandler
|
D | CsimFileHandler.java | 34 protected String getEFPath(int efid) { in getEFPath() method in CsimFileHandler
|
D | SIMFileHandler.java | 39 protected String getEFPath(int efid) { in getEFPath() method in SIMFileHandler
|
D | UsimFileHandler.java | 34 protected String getEFPath(int efid) { in getEFPath() method in UsimFileHandler
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23857 HSPLcom/android/internal/telephony/uicc/IsimFileHandler;->getEFPath(I)Ljava/lang/String; 24043 HSPLcom/android/internal/telephony/uicc/UsimFileHandler;->getEFPath(I)Ljava/lang/String;
|