Home
last modified time | relevance | path

Searched refs:setDataRepetitionCount (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java3871 .setDataRepetitionCount(0) in sendData_withZeroDataRepetitionCount()
3913 .setDataRepetitionCount(DATA_TRANSMISSION_COUNT_3) in sendData_withNonZeroDataRepetitionCount()
4596 .setDataRepetitionCount(0) in testSetDataTransferPhaseConfig()
4666 .setDataRepetitionCount(0) in testSetDataTransferPhaseConfigNonZeroslotBitMap()
4886 .setDataRepetitionCount(0) in testsetHybridSessionControllerConfiguration_shortMacAddress()
4946 .setDataRepetitionCount(0) in testsetHybridSessionControllerConfiguration_extendedMacAddress()
5026 .setDataRepetitionCount(0) in testsetHybridSessionControllerWithInvalidInvalidSessionType()
5058 .setDataRepetitionCount(0) in testsetHybridSessionControllerWithInvalidScheduledMode()
5090 .setDataRepetitionCount(0) in testsetHybridSessionControllerWithInvalidDeviceType()
5140 .setDataRepetitionCount(0) in testsetHybridSessionControleeConfiguration()
[all …]
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java1089 .setDataRepetitionCount(bundle.getInt(KEY_DATA_REPETITION_COUNT, 0)) in parseBundleVersion1()
1966 public FiraOpenSessionParams.Builder setDataRepetitionCount(int dataRepetitionCount) { in setDataRepetitionCount() method in FiraOpenSessionParams.Builder