Searched refs:mApdu (Results 1 – 3 of 3) sorted by relevance
44 protected byte[] mApdu; field in ApduFilter57 mApdu = apdu; in ApduFilter()65 mApdu = Util.getMid(apduAndMask, 0, 4); in ApduFilter()72 apduFilter.setApdu(mApdu.clone()); in clone()78 return mApdu; in getApdu()86 mApdu = apdu; in setApdu()103 return Util.mergeBytes(mApdu, mMask); in toBytes()109 + ByteArrayConverter.byteArrayToHexString(mApdu) in toString()
36 private String mApdu; field in CommandApdu40 mApdu = apdu; in CommandApdu()49 return mApdu; in getApdu()59 dest.writeString(mApdu); in writeToParcel()
184 private byte[] mApdu = null; field in SapMessage276 return mApdu; in getApdu()280 this.mApdu = apdu; in setApdu()355 if (mApdu != null) { in getParamCount()513 mApdu = new byte[paramLength]; in parseParameters()514 read(is, mApdu); in parseParameters()740 if (mApdu != null) { in write()741 writeParameter(os, PARAM_COMMAND_APDU_ID, mApdu); in write()786 if (mApdu != null) { in send()788 command = mApdu; in send()