Home
last modified time | relevance | path

Searched refs:onTestStart (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DTraceCmdCollectorTest.java86 mTraceCmd.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceAndTraceCmdOptions()
123 mTraceCmd.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceAndTraceCmdFails()
DAtraceCollectorTest.java106 mAtrace.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceOnSetupNoOptions()
126 mAtrace.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceOnSetupNoCompression()
145 mAtrace.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceOnSetupCategoriesOption()
169 mAtrace.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceOnSetupMultipleCategoriesOption()
197 atrace.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testStartsAtraceWithNoCategoriesOption()
716 mAtrace.onTestStart(new DeviceMetricData(mMockInvocationContext)); in testSkipAtraceStartOption()
DDebugHostLogOnFailureCollectorTest.java60 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException { in onTestStart() method in DebugHostLogOnFailureCollectorTest.TestableHostLogOnFailureCollector
61 super.onTestStart(testData); in onTestStart()
DLogcatOnFailureCollectorTest.java76 public void onTestStart(DeviceMetricData testData) { in onTestStart() method in LogcatOnFailureCollectorTest.TestableLogcatOnFailureCollector
77 super.onTestStart(testData); in onTestStart()
DBaseDeviceMetricCollectorTest.java159 public void onTestStart(DeviceMetricData testData) { in testForwarding_withException()
410 public void onTestStart(DeviceMetricData testData) { in onTestStart() method in BaseDeviceMetricCollectorTest.TwoMetricsBaseCollector
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollectorTest.java36 collector.onTestStart(null); in onTestStartHasErrorOnException()
DGameQualificationScheduledMetricCollectorTest.java66 collector.onTestStart(null); in checkConcurrency()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIMetricCollector.java103 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException; in onTestStart() method
DLogcatOnFailureCollector.java81 public void onTestStart(DeviceMetricData testData) { in onTestStart() method in LogcatOnFailureCollector
DBaseDeviceMetricCollector.java225 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException { in onTestStart() method in BaseDeviceMetricCollector
452 onTestStart(mTestData); in testStarted()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java98 public final void onTestStart(DeviceMetricData testData) { in onTestStart() method in BaseGameQualificationMetricCollector
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DHostStatsdMetricCollector.java71 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException { in onTestStart() method in HostStatsdMetricCollector
DBluetoothHciSnoopLogCollector.java78 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException { in onTestStart() method in BluetoothHciSnoopLogCollector
DLogcatTimingMetricCollector.java124 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException { in onTestStart() method in LogcatTimingMetricCollector
DAtraceCollector.java176 public void onTestStart(DeviceMetricData testData) throws DeviceNotAvailableException { in onTestStart() method in AtraceCollector
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java1175 public void onTestStart(DeviceMetricData testData) { in onTestStart() method in GranularRetriableTestWrapperTest.CalledMetricCollector