Searched refs:DetectRegression (Results 1 – 2 of 2) sorted by relevance
27 import com.android.regression.tests.DetectRegression.TableRow;61 assertTrue(equal(k, DetectRegression.calcMean(Doubles.asList(v)))); in testCalcMean()72 assertTrue(equal(k, DetectRegression.calcStdDev(Doubles.asList(v)))); in testCalcStdDev()106 result[i], DetectRegression.computeRegression(befores.get(i), afters.get(i))); in testDetectRegression()113 DetectRegression detector = spy(DetectRegression.class); in testRunRegressionDetection()
48 public class DetectRegression implements IRemoteTest { class110 public DetectRegression() { in DetectRegression() method in DetectRegression