Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccFileHandler.java108 protected final String mAid; field in IccFileHandler
162 mAid = aid; in IccFileHandler()
190 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in loadEFLinearFixed()
225 null, null, mAid, response); in loadEFImgLinearFixed()
245 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in getEFLinearRecordSize()
281 mAid, in getEFTransparentRecordSize()
311 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in loadEFLinearFixedAll()
342 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); in loadEFTransparent()
360 0, 0, size, null, null, mAid, response); in loadEFTransparent()
389 highOffset, lowOffset, length, null, null, mAid, response); in loadEFImgTransparent()
[all …]
DUiccCardApplication.java74 private String mAid; field in UiccCardApplication
113 mAid = as.aid; in UiccCardApplication()
151 mAid = as.aid; in update()
216 return new SIMFileHandler(this, mAid, mCi); in createIccFileHandler()
218 return new RuimFileHandler(this, mAid, mCi); in createIccFileHandler()
220 return new UsimFileHandler(this, mAid, mCi); in createIccFileHandler()
222 return new CsimFileHandler(this, mAid, mCi); in createIccFileHandler()
224 return new IsimFileHandler(this, mAid, mCi); in createIccFileHandler()
240 mAid, mHandler.obtainMessage(EVENT_QUERY_FACILITY_FDN_DONE)); in queryFdn()
297 mAid, mHandler.obtainMessage(EVENT_QUERY_FACILITY_LOCK_DONE)); in queryPin1State()
[all …]
DRuimFileHandler.java53 mAid, response); in loadEFImgTransparent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java64 private final String mAid; field in ApduSender
79 mAid = aid; in ApduSender()
127 mOpenChannel.invoke(mAid, new AsyncResultCallback<IccOpenLogicalChannelResponse>() { in send()
140 + mAid + ", with status: " + status)); in send()