Home
last modified time | relevance | path

Searched defs:reportLog (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java57 ReportLog reportLog) { in setPassedResult()
64 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setPassedResult()
76 ReportLog reportLog) { in setFailedResult()
83 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setFailedResult()
89 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in createResult()
96 … String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData()
112 ReportLog reportLog = (ReportLog) data.getSerializableExtra(TEST_METRICS); in fromActivityResult() local
119 String name, int result, String details, ReportLog reportLog, in TestResult()
DPassFailButtons.java115 private final ReportLog reportLog; field in PassFailButtons.Activity
187 private final ReportLog reportLog; field in PassFailButtons.ListActivity
242 private final ReportLog reportLog; field in PassFailButtons.TestListActivity
438 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResultAndFinish()
454 String testDetails, boolean passed, ReportLog reportLog, in setTestResultAndFinishHelper()
DTestResultsReport.java143 ReportLog reportLog = mAdapter.getReportLog(i); in generateResult() local
DTestListAdapter.java280 ReportLog reportLog = (ReportLog) deserialize(cursor.getBlob(4)); in getRefreshResults() local
319 ReportLog reportLog, in SetTestResultTask()
DTestResultsProvider.java107 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setTestResult()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java70 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiplication() local
119 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in countHelper() local
DSampleDeviceResultTest.java85 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSort() local
/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java67 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, in testLegacyApiPerformance() local
187 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, in testLegacyApiPerformance() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
DSampleTestActivity.java86 ReportLog reportLog = new PassFailButtons.CtsVerifierReportLog(); in recordMetricsExample() local
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java146 DeviceReportLog reportLog = new DeviceReportLog(TAG, "testRangingToTestAp"); in testRangingToTestAp() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DPerformanceTestBase.java62 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, "performance_test"); in measure() local