Searched refs:testUtil (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DImageCapture.java46 private TestUtil testUtil = new TestUtil(); field in class:ImageCapture
58 testUtil.prepareOutputFile();
64 testUtil.closeOutputFile();
78 testUtil.writeReportHeader(reportTag, total_num_of_images);
84 testUtil.writeResult(i);
H A DVideoCapture.java51 private TestUtil testUtil = new TestUtil(); field in class:VideoCapture
59 testUtil.prepareOutputFile();
65 testUtil.closeOutputFile();
74 testUtil.writeReportHeader(reportTag, total_num_of_videos);
82 testUtil.writeResult(i);
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DImageCapture.java46 private TestUtil testUtil = new TestUtil(); field in class:ImageCapture
58 testUtil.prepareOutputFile();
64 testUtil.closeOutputFile();
78 testUtil.writeReportHeader(reportTag, total_num_of_images);
84 testUtil.writeResult(i);
H A DVideoCapture.java51 private TestUtil testUtil = new TestUtil(); field in class:VideoCapture
59 testUtil.prepareOutputFile();
65 testUtil.closeOutputFile();
73 testUtil.writeReportHeader(reportTag, total_num_of_videos);
81 testUtil.writeResult(i);
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
H A DImageCapture.java46 private TestUtil testUtil = new TestUtil(); field in class:ImageCapture
58 testUtil.prepareOutputFile();
64 testUtil.closeOutputFile();
78 testUtil.writeReportHeader(reportTag, total_num_of_images);
84 testUtil.writeResult(i);
H A DVideoCapture.java51 private TestUtil testUtil = new TestUtil(); field in class:VideoCapture
59 testUtil.prepareOutputFile();
65 testUtil.closeOutputFile();
74 testUtil.writeReportHeader(reportTag, total_num_of_videos);
82 testUtil.writeResult(i);
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DImageCapture.java48 private TestUtil testUtil = new TestUtil(); field in class:ImageCapture
60 testUtil.prepareOutputFile();
66 testUtil.closeOutputFile();
80 testUtil.writeReportHeader(reportTag, total_num_of_images);
86 testUtil.writeResult(i);
H A DVideoCapture.java53 private TestUtil testUtil = new TestUtil(); field in class:VideoCapture
61 testUtil.prepareOutputFile();
67 testUtil.closeOutputFile();
76 testUtil.writeReportHeader(reportTag, total_num_of_videos);
84 testUtil.writeResult(i);

Completed in 105 milliseconds