Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DFiRaCommand.java53 protected byte getP2() { in getP2() method in FiRaCommand
90 CommandApdu commandApdu = CommandApdu.builder(getCla(), getIns(), getP1(), getP2()) in getCommandApdu()
DGetDoCommand.java55 protected byte getP2() { in getP2() method in GetDoCommand
DPutDoCommand.java57 protected byte getP2() { in getP2() method in PutDoCommand
DGetLocalDataCommand.java69 protected byte getP2() { in getP2() method in GetLocalDataCommand
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/
DControllerResponderSessionTest.java135 assertThat(fiRaCommandCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in controleeInfoAvailableNotificationContainsData()
189 assertThat(getDoCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in controleeInfoAvailableNotificationDataInApplet()
203 assertThat(putDoCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in controleeInfoAvailableNotificationDataInApplet()
DControllerInitiatorSessionTest.java228 assertThat(putSessionDataCmdCaptor.getValue().getP2()).isEqualTo((byte) 0xFF); in putControleeSessionDataSuccessResponseWithoutNotification()
259 assertThat(putSessionDataCmdCaptor.getValue().getP2()).isEqualTo((byte) 0xFF); in failToPutSessionDataToLocalFiRaApplet()
DControleeInitiatorSessionTest.java251 assertThat(fiRaCommandCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in successToGetSessionDataFromLocalAppletAsRdsAvailable()
304 assertThat(fiRaCommandCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in getControleeSessionDataSuccessResponseWithoutRdsAvailable()
DControleeResponderSessionTest.java109 assertThat(cmdCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in onSessionEstablishedPutControleeInfoFail()
/packages/apps/SecureElement/src/com/android/se/security/
DCommandApdu.java116 public int getP2() { in getP2() method in CommandApdu
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/iso7816/
DCommandApduTest.java47 assertThat(cmd.getP2()).isEqualTo(3); in testCommandApdu()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/
DCommandApdu.java222 public byte getP2() { in getP2() method in CommandApdu