Searched defs:mAid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccFileHandler.java95 protected String mAid; field in class:IccFileHandler
127 mAid = aid;
152 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
172 GET_RESPONSE_EF_IMG_SIZE_BYTES, null, null, mAid, response);
189 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
206 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
224 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
243 length, null, null, mAid, response);
259 IccUtils.bytesToHexString(data), pin2, mAid, onComplete);
270 IccUtils.bytesToHexString(data), null, mAid, onComplet
[all...]

Completed in 48 milliseconds