OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getReportLog
(Results
1 - 6
of
6
) sorted by null
/cts/common/util/src/com/android/compatibility/common/util/
ITestResult.java
69
ReportLog
getReportLog
();
TestResult.java
111
public ReportLog
getReportLog
() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java
122
public ReportLog
getReportLog
() {
PassFailButtons.java
101
ReportLog
getReportLog
();
163
this, getTestId(), getTestDetails(), passed,
getReportLog
());
167
public ReportLog
getReportLog
() { return reportLog; }
211
this, getTestId(), getTestDetails(), passed,
getReportLog
());
215
public ReportLog
getReportLog
() { return reportLog; }
260
this, getTestId(), getTestDetails(), passed,
getReportLog
());
264
public ReportLog
getReportLog
() { return reportLog; }
277
activity.
getReportLog
(), target);
TestListAdapter.java
179
testResult.getDetails(), testResult.
getReportLog
()).execute();
361
public ReportLog
getReportLog
(int position) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java
125
public ReportLog
getReportLog
() {
Completed in 1558 milliseconds