HomeSort by relevance Sort by last modified time
    Searched defs:ReportLog (Results 1 - 4 of 4) sorted by null

  /cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java 26 public abstract class ReportLog implements Serializable {
  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 34 public class ReportLog {
  /cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
TaskSwitchingTest.java 23 import com.android.cts.util.ReportLog;
99 ReportLog.getClassMethodNames());
110 ReportLog.getClassMethodNames(), mCtsReport);
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
FileUtil.java 32 import com.android.cts.util.ReportLog;
270 public static void doRandomReadTest(Context context, String dirName, ReportLog report,
304 double[] mbps = ReportLog.calcRatePerSecArray((double)fileSize / runsInOneGo / 1024 / 1024,
325 public static void doRandomWriteTest(Context context, String dirName, ReportLog report,
357 double[] mbps = ReportLog.calcRatePerSecArray((double)fileSize / runsInOneGo / 1024 / 1024,
379 public static void doSequentialUpdateTest(Context context, String dirName, ReportLog report,
398 double[] mbps = ReportLog.calcRatePerSecArray((double)bufferSize / 1024 / 1024,
402 ReportLog.copyArray(mbps, mbpsAll, i * numberRepeatInOneRun);

Completed in 338 milliseconds