Home
last modified time | relevance | path

Searched refs:getSyncCodes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DCccTests.java275 assertArrayEquals(params.getSyncCodes().toArray(), syncCodes); in testSpecificationParams()
286 assertArrayEquals(fromBundle.getSyncCodes().toArray(), syncCodes); in testSpecificationParams()
DGenericTests.java196 assertArrayEquals(cccSpecificationParams.getSyncCodes().toArray(), syncCodes); in testSpecificationParams()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DCccDecoderTest.java97 assertThat(cccSpecificationParams.getSyncCodes()).isEqualTo( in verifyCccSpecification()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccSpecificationParams.java203 public List<Integer> getSyncCodes() { in getSyncCodes() method in CccSpecificationParams