Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java105 private static final float MERCY_FACTOR = 0.1f; field in SensorDirectReportTest
1435 * (1 - MERCY_FACTOR) in checkSharedMemoryContent()
1441 * (1 + MERCY_FACTOR) in checkSharedMemoryContent()
1487 nominalFreq * FREQ_LOWER_BOUND * (1 - MERCY_FACTOR) <= averageFreq && in checkEventRate()
1488 averageFreq <= nominalFreq * FREQ_UPPER_BOUND * (1 + MERCY_FACTOR)); in checkEventRate()
1545 nominalFreq * FREQ_LOWER_BOUND_POLL * (1 - MERCY_FACTOR) <= averageFreq && in checkEventRateUs()
1546 averageFreq <= nominalFreq * FREQ_UPPER_BOUND_POLL * (1 + MERCY_FACTOR)); in checkEventRateUs()
1623 * (1 - MERCY_FACTOR) in calculateExpectedNEvents()
1631 * (1 + MERCY_FACTOR) in calculateExpectedNEvents()