Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/info/
DAdminEventMessageTest.java44 new FiraConnectorMessage(MessageType.EVENT, InstructionCode.DATA_EXCHANGE, PAYLOAD);
66 InstructionCode.DATA_EXCHANGE, in testIsAdminEventMessage()
87 InstructionCode.DATA_EXCHANGE, in testIsAdminEventMessage()
101 InstructionCode.DATA_EXCHANGE, in testIsAdminEventMessage()
107 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, null))) in testIsAdminEventMessage()
123 assertThat(message.instructionCode).isEqualTo(InstructionCode.DATA_EXCHANGE); in testConstructor()
143 InstructionCode.DATA_EXCHANGE, in testConvertToAdminEventMessage_invalidMessage()
DAdminErrorMessageTest.java69 InstructionCode.DATA_EXCHANGE, in testIsAdminErrorMessage()
76 InstructionCode.DATA_EXCHANGE, in testIsAdminErrorMessage()
97 InstructionCode.DATA_EXCHANGE, in testIsAdminErrorMessage()
163 InstructionCode.DATA_EXCHANGE, in testConvertToAdminErrorMessage_invalidMessage()
DFiraConnectorMessageTest.java53 private static final InstructionCode INSTRUCTION_CODE = InstructionCode.DATA_EXCHANGE;
91 testHeaderFromBytes((byte) 0x00, MessageType.COMMAND, InstructionCode.DATA_EXCHANGE); in fromBytes_succeed()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/
DTransportProviderTest.java59 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD);
176 InstructionCode.DATA_EXCHANGE, in testSendData_updateDestinationSecid()
235 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD)); in testOnMessageReceived_receiveInvalidAdminPacket()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DAdminEventMessage.java119 InstructionCode.DATA_EXCHANGE, in AdminEventMessage()
133 && message.instructionCode == InstructionCode.DATA_EXCHANGE in isAdminEventMessage()
DFiraConnectorMessage.java88 DATA_EXCHANGE(0), enumConstant
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java91 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD1);
551 new FiraConnectorMessage(MessageType.EVENT, InstructionCode.DATA_EXCHANGE, bytes); in testSendMessage_messageLengthGreaterThanCapabilitites()
593 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, messagePayload); in testSendMessage_succeedThreePacket()
709 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload); in testOutCharactersticNotifyAndRead_succeedThreePackets()
770 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload) in testOutCharactersticNotifyAndRead_packetLengthOverflow()
806 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload) in testOutCharactersticNotifyAndRead_tooManyConcurrentSessions()
855 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload) in testOutCharactersticNotifyAndRead_messageLengthOverflow()
DGattTransportServerProviderTest.java85 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD1);
286 new FiraConnectorMessage(MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, bytes); in testSendMessage_failedMessageLengthGreaterThanCapabilitites()
378 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload); in testSendMessageAndOutCharactersticRead_threeReadSucceed()
529 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, messagePayload); in testInCharactersticWrite_succeed()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/
DTransportProvider.java122 InstructionCode.DATA_EXCHANGE, in sendData()