Searched refs:DURATION_2_MS (Results 1 – 7 of 7) sorted by relevance
88 Utils.DURATION_2_MS, in setUp()119 Utils.DURATION_2_MS, in testCreateOpenSessionParams_ProvisionedSts()129 assertEquals(params.getSlotDurationRstu(), convertMsToRstu(Utils.DURATION_2_MS)); in testCreateOpenSessionParams_ProvisionedSts()
122 Utils.DURATION_2_MS,145 Utils.DURATION_2_MS,
126 Utils.DURATION_2_MS,175 Utils.DURATION_2_MS,
224 DURATION_2_MS,230 public static final int DURATION_2_MS = 2; field in Utils
53 ImmutableList.of(Utils.DURATION_2_MS);
239 List<Integer> supportedSlotDurations = new ArrayList<>(Utils.DURATION_2_MS); in getRangingCapabilities()
19 import static androidx.core.uwb.backend.impl.internal.Utils.DURATION_2_MS;109 int duration = parameters.slotDuration == 0 ? DURATION_2_MS : parameters.slotDuration; in setRangingParameters()