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.java108 private static final float MERCY_FACTOR = 0.1f; field in SensorDirectReportTest
1256 * (1 - MERCY_FACTOR) in checkSharedMemoryContent()
1262 * (1 + MERCY_FACTOR) in checkSharedMemoryContent()
1308 nominalFreq * FREQ_LOWER_BOUND * (1 - MERCY_FACTOR) <= averageFreq && in checkEventRate()
1309 averageFreq <= nominalFreq * FREQ_UPPER_BOUND * (1 + MERCY_FACTOR)); in checkEventRate()
1366 nominalFreq * FREQ_LOWER_BOUND_POLL * (1 - MERCY_FACTOR) <= averageFreq && in checkEventRateUs()
1367 averageFreq <= nominalFreq * FREQ_UPPER_BOUND_POLL * (1 + MERCY_FACTOR)); in checkEventRateUs()
1444 * (1 - MERCY_FACTOR) in calculateExpectedNEvents()
1452 * (1 + MERCY_FACTOR) in calculateExpectedNEvents()