Searched refs:mTestStartTime (Results 1 – 1 of 1) sorted by relevance
23 private long mTestStartTime; field in RateEstimatorTest28 mTestStartTime = 1225731600000L; in setUp()34 assertUpdateTime(mTestStartTime); in testRunningTimeBackwardDoesntExplodeUpdate()35 assertUpdateTime(mTestStartTime - 1000L); in testRunningTimeBackwardDoesntExplodeUpdate()40 assertUpdateTime(mTestStartTime); in testRunningTimeBackwardDoesntExplodeGet()41 final float rate = mEstimator.getRate(mTestStartTime - 1000L); in testRunningTimeBackwardDoesntExplodeGet()48 assertUpdateTime(mTestStartTime); in testInstantaneousEventsDontExplodeUpdate()49 assertUpdateTime(mTestStartTime); in testInstantaneousEventsDontExplodeUpdate()54 assertUpdateTime(mTestStartTime); in testInstantaneousEventsDontExplodeGet()55 assertUpdateTime(mTestStartTime); in testInstantaneousEventsDontExplodeGet()[all …]