Searched refs:TEST_RUN_TIME_PERIOD_MILLISEC (Results 1 – 1 of 1) sorted by relevance
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 101 private static final int TEST_RUN_TIME_PERIOD_MILLISEC = 5000; field in SensorDirectReportTest 671 SensorCtsHelper.sleep(TEST_RUN_TIME_PERIOD_MILLISEC / 2, TimeUnit.MILLISECONDS); in runSingleChannelRateIndependencyTest() 681 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, parseEntireBuffer(mBuffer, token1), in runSingleChannelRateIndependencyTest() 683 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, parseEntireBuffer(mBuffer, token2), in runSingleChannelRateIndependencyTest() 730 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(mBuffer, token1), in runMultiChannelRateIndependencyTest() 734 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(mBuffer, token2), in runMultiChannelRateIndependencyTest() 785 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, events, type, rateLevel); in runMultiModeRateIndependencyTest() 788 checkEventRateUs(TEST_RUN_TIME_PERIOD_MILLISEC, listener.getEvents(), type, in runMultiModeRateIndependencyTest() 825 memType, false /*secondary*/, TEST_RUN_TIME_PERIOD_MILLISEC); in runTimestampTest() 904 TEST_RUN_TIME_PERIOD_MILLISEC, in runReconfigureTest() [all …]
|