Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/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()
206 any(CollectingByteOutputReceiver.class)); in testEmptyMetricReportList()
232 any(CollectingByteOutputReceiver.class)); in testMultipleReportsInReportList_differentAtoms()
265 any(CollectingByteOutputReceiver.class)); in testMultipleReportsInReportList_sameAtom()
295 any(CollectingByteOutputReceiver.class)); in testInvalidDumpedReportThrows()
317 any(CollectingByteOutputReceiver.class)); in testLegacyDumpReportCmd()
330 any(CollectingByteOutputReceiver.class)); in testGettingStatsdStats()
341 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/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java19 import com.android.tradefed.device.CollectingByteOutputReceiver;
123 CollectingByteOutputReceiver createLegacyCollectingReceiver() { in createLegacyCollectingReceiver()
124 return new CollectingByteOutputReceiver(); in createLegacyCollectingReceiver()
180 CollectingByteOutputReceiver outputReceiver = createLegacyCollectingReceiver(); in legacyCollection()
/tools/tradefederation/core/src/com/android/tradefed/device/
DCollectingByteOutputReceiver.java26 public class CollectingByteOutputReceiver implements IShellOutputReceiver { class
DTestDevice.java487 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getBugreportInternal()
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DLogcatOnFailureCollectorTest.java27 import com.android.tradefed.device.CollectingByteOutputReceiver;
94 CollectingByteOutputReceiver createLegacyCollectingReceiver() { in createLegacyCollectingReceiver()
95 return new CollectingByteOutputReceiver() { in createLegacyCollectingReceiver()