Searched refs:MERCY_FACTOR (Results 1 – 1 of 1) sorted by relevance
108 private static final float MERCY_FACTOR = 0.1f; field in SensorDirectReportTest1256 * (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()