OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mReportLog
(Results
1 - 2
of
2
) sorted by null
/cts/libs/deviceutil/src/android/cts/util/
CtsActivityInstrumentationTestCase2.java
29
private DeviceReportLog
mReportLog
= new DeviceReportLog();
36
return
mReportLog
;
41
mReportLog
.deliverReportToHost(getInstrumentation());
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
PerformanceTest.java
65
private DeviceReportLog
mReportLog
;
69
mReportLog
= new DeviceReportLog();
76
mReportLog
.deliverReportToHost(getInstrumentation());
148
mReportLog
.printArray("Camera " + id
151
mReportLog
.printArray("Camera " + id
154
mReportLog
.printArray("Camera " + id
157
mReportLog
.printArray("Camera " + id
160
mReportLog
.printArray("Camera " + id
163
mReportLog
.printArray("Camera " + id
166
mReportLog
.printSummary("Camera launch average time for Camera " + id
[
all
...]
Completed in 228 milliseconds