Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DRadarDecoderTest.java48 private static final FiraProtocolVersion PROTOCOL_VERSION_DUMMY = new FiraProtocolVersion(0, 0); field in RadarDecoderTest
76 PROTOCOL_VERSION_DUMMY)).isNull(); in testGetParams_invalidParamType()
88 PROTOCOL_VERSION_DUMMY); in testGetRadarSpecification()
102 PROTOCOL_VERSION_DUMMY); in testGetRadarSpecificationViaTlvDecoder()
DRadarEncoderTest.java43 private static final FiraProtocolVersion PROTOCOL_VERSION_DUMMY = new FiraProtocolVersion(0, 0); field in RadarEncoderTest
92 mRadarEncoder.getTlvBuffer(params, PROTOCOL_VERSION_DUMMY)); in testRadarOpenSessionParams()
101 .getTlvBuffer(params, PROTOCOL_VERSION_DUMMY)); in testRadarOpenSessionParamsViaTlvEncoder()
DFiraEncoderTest.java82 private static final FiraProtocolVersion PROTOCOL_VERSION_DUMMY = new FiraProtocolVersion(0, 0); field in FiraEncoderTest
413 .getTlvBuffer(params, PROTOCOL_VERSION_DUMMY); in testFiraRangingReconfigureParamsViaTlvEncoder()