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()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()
23 import com.android.tradefed.device.CollectingByteOutputReceiver;86 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata()104 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray()
19 import com.android.tradefed.device.CollectingByteOutputReceiver;123 CollectingByteOutputReceiver createLegacyCollectingReceiver() { in createLegacyCollectingReceiver()124 return new CollectingByteOutputReceiver(); in createLegacyCollectingReceiver()180 CollectingByteOutputReceiver outputReceiver = createLegacyCollectingReceiver(); in legacyCollection()
26 public class CollectingByteOutputReceiver implements IShellOutputReceiver { class
487 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getBugreportInternal()
27 import com.android.tradefed.device.CollectingByteOutputReceiver;94 CollectingByteOutputReceiver createLegacyCollectingReceiver() { in createLegacyCollectingReceiver()95 return new CollectingByteOutputReceiver() { in createLegacyCollectingReceiver()