Home
last modified time | relevance | path

Searched refs:CollectingByteOutputReceiver (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/statsd/
DMetricUtilTest.java35 import com.android.tradefed.device.CollectingByteOutputReceiver;
147 ((CollectingByteOutputReceiver) invocation.getArguments()[1]) in answer()
176 any(CollectingByteOutputReceiver.class)); in testNonEmptyMetricReportList()
204 any(CollectingByteOutputReceiver.class)); in testEmptyMetricReportList()
230 any(CollectingByteOutputReceiver.class)); in testMultipleReportsInReportList_differentAtoms()
261 any(CollectingByteOutputReceiver.class)); in testMultipleReportsInReportList_sameAtom()
289 any(CollectingByteOutputReceiver.class)); in testInvalidDumpedReportThrows()
311 any(CollectingByteOutputReceiver.class)); in testLegacyDumpReportCmd()
324 any(CollectingByteOutputReceiver.class)); in testGettingStatsdStats()
335 any(CollectingByteOutputReceiver.class)); in testInvalidStatsdStatsThrows()
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DMetricUtil.java23 import com.android.tradefed.device.CollectingByteOutputReceiver;
86 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata()
104 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray()
/tools/tradefederation/core/tests/src/com/android/tradefed/proto/
DPlatformProtosFuncTest.java26 import com.android.tradefed.device.CollectingByteOutputReceiver;
64 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in testDumpAndReadBatteryStatsProto()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java19 import com.android.tradefed.device.CollectingByteOutputReceiver;
108 CollectingByteOutputReceiver outputReceiver = new CollectingByteOutputReceiver(); in collectAndLog()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2296 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getLogcatSince()
2317 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getLogcatDump()
2577 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getBugreportInternal()
DCollectingByteOutputReceiver.java26 public class CollectingByteOutputReceiver implements IShellOutputReceiver { class