Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccFileHandler.java98 protected final String mAid; field in IccFileHandler
149 mAid = aid; in IccFileHandler()
176 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in loadEFLinearFixed()
210 null, null, mAid, response); in loadEFImgLinearFixed()
229 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in getEFLinearRecordSize()
261 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in loadEFLinearFixedAll()
292 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in loadEFTransparent()
310 0, 0, size, null, null, mAid, response); in loadEFTransparent()
339 highOffset, lowOffset, length, null, null, mAid, response); in loadEFImgTransparent()
357 IccUtils.bytesToHexString(data), pin2, mAid, onComplete); in updateEFLinearFixed()
[all …]
DUiccCardApplication.java68 private String mAid; field in UiccCardApplication
100 mAid = as.aid; in UiccCardApplication()
135 mAid = as.aid; in update()
195 return new SIMFileHandler(this, mAid, mCi); in createIccFileHandler()
197 return new RuimFileHandler(this, mAid, mCi); in createIccFileHandler()
199 return new UsimFileHandler(this, mAid, mCi); in createIccFileHandler()
201 return new CsimFileHandler(this, mAid, mCi); in createIccFileHandler()
203 return new IsimFileHandler(this, mAid, mCi); in createIccFileHandler()
219 mAid, mHandler.obtainMessage(EVENT_QUERY_FACILITY_FDN_DONE)); in queryFdn()
276 mAid, mHandler.obtainMessage(EVENT_QUERY_FACILITY_LOCK_DONE)); in queryPin1State()
[all …]
DRuimFileHandler.java53 mAid, response); in loadEFImgTransparent()