Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/
DCommandApdu.java40 protected int mCla = 0x00; field in CommandApdu
50 mCla = cla; in CommandApdu()
60 mCla = cla; in CommandApdu()
69 mCla = cla; in CommandApdu()
80 mCla = cla; in CommandApdu()
162 apdu[index] = (byte) mCla; in toBytes()
186 apdu.mCla = mCla; in clone()