Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/
DCommandApdu.java42 protected int mP1 = 0x00; field in CommandApdu
52 mP1 = p1; in CommandApdu()
63 mP1 = p1; in CommandApdu()
72 mP1 = p1; in CommandApdu()
82 mP1 = p1; in CommandApdu()
109 return mP1; in getP1()
113 mP1 = p1; in setP1()
166 apdu[index] = (byte) mP1; in toBytes()
188 apdu.mP1 = mP1; in clone()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/
DCommandApdu.java62 private final byte mP1; // Parameter 1. field in CommandApdu
103 this.mP1 = (byte) (p1 & 0xff); in CommandApdu()
162 apdu[OFFSET_P1] = mP1; in getEncoded()
216 return mP1; in getP1()
274 printWriter.printf("Command : CLA=%02x, INS=%02x, P1=%02x, P2=%02x", mCla, mIns, mP1, mP2); in toString()
334 && this.mP1 == other.mP1 in equals()
346 return Objects.hashCode(mCla, mIns, mP1, mP2, Arrays.hashCode(mCdata), mLe, mExpected); in hashCode()
364 private final byte mP1; // Parameter 1. field in CommandApdu.Builder
379 this.mP1 = (byte) p1; in Builder()
432 mP1, in build()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DGetLocalDataCommand.java32 private final byte mP1; field in GetLocalDataCommand
37 mP1 = p1; in GetLocalDataCommand()
65 return mP1; in getP1()