HomeSort by relevance Sort by last modified time
    Searched full:effectivedurationus (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventBasicVerification.java 100 long effectiveDurationUs = Math.max(testDurationUs -
114 effectiveDurationUs / expectedBatchUs * expectedBatchUs
118 expectedMinUs = effectiveDurationUs * 4 / 5;
147 long worstBatchUs = effectiveDurationUs / 2 + 1;

Completed in 177 milliseconds