Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java120 Integer[] syncCodes = in testSpecificationParams() local
196 assertArrayEquals(cccSpecificationParams.getSyncCodes().toArray(), syncCodes); in testSpecificationParams() local
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DCccDecoder.java151 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.java80 @SyncCodeIndex List<Integer> syncCodes, in CccSpecificationParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1542 Integer[] syncCodes = in getTestCccSpecificationParams() local