Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/
DCommandApdu.java43 protected int mP2 = 0x00; field in CommandApdu
53 mP2 = p2; in CommandApdu()
64 mP2 = p2; in CommandApdu()
73 mP2 = p2; in CommandApdu()
83 mP2 = p2; in CommandApdu()
117 return mP2; in getP2()
121 mP2 = p2; in setP2()
168 apdu[index] = (byte) mP2; in toBytes()
189 apdu.mP2 = mP2; in clone()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/
DCommandApdu.java64 private final byte mP2; // Parameter 2. field in CommandApdu
104 this.mP2 = (byte) (p2 & 0xff); in CommandApdu()
163 apdu[OFFSET_P2] = mP2; in getEncoded()
223 return mP2; in getP2()
274 printWriter.printf("Command : CLA=%02x, INS=%02x, P1=%02x, P2=%02x", mCla, mIns, mP1, mP2); in toString()
335 && this.mP2 == other.mP2 in equals()
346 return Objects.hashCode(mCla, mIns, mP1, mP2, Arrays.hashCode(mCdata), mLe, mExpected); in hashCode()
366 private final byte mP2; // Parameter 2. field in CommandApdu.Builder
380 this.mP2 = (byte) p2; in Builder()
433 mP2, in build()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DGetLocalDataCommand.java33 private final byte mP2; field in GetLocalDataCommand
38 mP2 = p2; in GetLocalDataCommand()
70 return mP2; in getP2()