Home
last modified time | relevance | path

Searched defs:fcsType (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java122 int fcsType = MAC_FCS_TYPE_CRC_32; in testOpenSessionParams() local
261 assertEquals(params.getFcsType(), fcsType); in testOpenSessionParams() local
332 assertEquals(fromBundle.getFcsType(), fcsType); in testOpenSessionParams() local
409 assertEquals(fromCopy.getFcsType(), fcsType); in testOpenSessionParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java244 int fcsType = MAC_FCS_TYPE_CRC_32; in getFiraParams() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java270 private FiraOpenSessionParams( in FiraOpenSessionParams()
1794 public FiraOpenSessionParams.Builder setFcsType(@MacFcsType int fcsType) { in setFcsType()