Home
last modified time | relevance | path

Searched defs:syncCodes (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java123 Integer[] syncCodes = new Integer[] {10, 23}; in testSpecificationParams() local
204 assertArrayEquals(cccSpecificationParams.getSyncCodes().toArray(), syncCodes); in testSpecificationParams() local
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DAliroDecoder.java188 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getAliroSpecificationParamsFromTlvBuffer() local
DCccDecoder.java194 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getCccSpecificationParamsFromTlvBuffer() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccSpecificationParams.java82 @SyncCodeIndex List<Integer> syncCodes, in CccSpecificationParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroSpecificationParams.java83 @SyncCodeIndex List<Integer> syncCodes, in AliroSpecificationParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1950 Integer[] syncCodes = in getTestCccSpecificationParams() local
2022 Integer[] syncCodes = in getTestAliroSpecificationParams() local