Searched refs:CollectingByteOutputReceiver (Results 1 – 6 of 6) sorted by relevance
35 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()
23 import com.android.tradefed.device.CollectingByteOutputReceiver;86 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata()104 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray()
26 import com.android.tradefed.device.CollectingByteOutputReceiver;64 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in testDumpAndReadBatteryStatsProto()
19 import com.android.tradefed.device.CollectingByteOutputReceiver;108 CollectingByteOutputReceiver outputReceiver = new CollectingByteOutputReceiver(); in collectAndLog()
2296 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getLogcatSince()2317 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getLogcatDump()2577 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getBugreportInternal()
26 public class CollectingByteOutputReceiver implements IShellOutputReceiver { class