Searched refs:MAXIMUM_EXPECTED_SAMPLING_FREQUENCY_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance
36 private static final float MAXIMUM_EXPECTED_SAMPLING_FREQUENCY_MULTIPLIER = 0.9f; field in TestSensorEnvironment282 return (int) (expectedSamplingPeriodUs / MAXIMUM_EXPECTED_SAMPLING_FREQUENCY_MULTIPLIER); in getMaximumExpectedSamplingPeriodUs()