Searched defs:runTime (Results 1 – 5 of 5) sorted by relevance
166 long runTime = SystemClock.uptimeMillis() - startTime; in start() local232 public void print(TestResult result, long runTime, Bundle testOutput); in print()348 public void print(TestResult result, long runTime, Bundle testOutput) { in print()378 public void print(TestResult result, long runTime, Bundle testOutput) { in print()
62 long runTime; in testFinished() local
555 long runTime = System.currentTimeMillis() - startTime; in onStart() local557 resultPrinter.printResult(mTestRunner.getTestResult(), runTime); in onStart() local658 public synchronized void printResult(TestResult result, long runTime) { in printResult()704 float runTime; in endTest() local
548 double runTime = 0.0; in runTest() local
673 long runTime = computeRunTimeLocked(batteryRealtime); in writeSummaryFromParcelLocked() local