Searched refs:INTERVAL (Results 1 – 5 of 5) sorted by relevance
33 private static final int INTERVAL = 66; field in RtcpConfigTest41 .setIntervalSec(INTERVAL) in testConstructorAndGetters()47 assertThat(rtcp.getIntervalSec()).isEqualTo(INTERVAL); in testConstructorAndGetters()56 .setIntervalSec(INTERVAL) in testParcel()73 .setIntervalSec(INTERVAL) in testEqual()80 .setIntervalSec(INTERVAL) in testEqual()92 .setIntervalSec(INTERVAL) in testNotEqual()99 .setIntervalSec(INTERVAL) in testNotEqual()108 .setIntervalSec(INTERVAL) in testNotEqual()126 .setIntervalSec(INTERVAL) in testNotEqual()
29 const INTERVAL: Duration = Duration::from_millis(10); in wait_for_path() constant35 thread::sleep(INTERVAL); in wait_for_path()44 const INTERVAL: Duration = Duration::from_millis(10); in wait_for_path_disappears() constant50 thread::sleep(INTERVAL); in wait_for_path_disappears()
79 const INTERVAL: Duration = Duration::from_millis(10); in attach() constant91 thread::sleep(INTERVAL); in attach()
26 private static final float INTERVAL = 50.0f; field in HistoryEvaluator78 float factor = (float) Math.pow(HISTORY_FACTOR, (time - lastUpdate) / INTERVAL); in decayValue()
71 private static final String INTERVAL = "interval="; field in SignedContextualAdsHashUtil181 writeString(INTERVAL); in writeKeyedFrequencyCap()