Home
last modified time | relevance | path

Searched defs:receiver (Results 1 – 25 of 39) sorted by relevance

12

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DNativeLeakCollector.java82 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in tearDown() local
84 writeToReceiver(String.format(OUTPUT_HEADER, allCommand), receiver); in tearDown() local
90 writeToReceiver(String.format(OUTPUT_HEADER, procCommand), receiver); in tearDown() local
107 private void writeToReceiver (String msg, CollectingOutputReceiver receiver) { in writeToReceiver()
DPushFileInvoker.java76 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
DDynamicSystemPreparer.java52 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in isDSURunning() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java65 StreamProtoReceiver receiver = in testStream() local
131 StreamProtoReceiver receiver = in testStream_stopParsing() local
153 StreamProtoReceiver receiver = in testStream_noInvocationReporting() local
218 StreamProtoReceiver receiver = in testStream_incompleteModule() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java79 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand()
91 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand()
238 InstallReceiver receiver, in installPackage()
249 InstallReceiver receiver, in installPackage()
279 String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) in installRemotePackage()
289 InstallReceiver receiver, in installRemotePackage()
360 public void runEventLogService(LogReceiver receiver) throws TimeoutException, in runEventLogService()
369 public void runLogService(String logname, LogReceiver receiver) throws TimeoutException, in runLogService()
493 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand()
504 IShellOutputReceiver receiver, in executeShellCommand()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java109 public void executeCommand(String command, IShellOutputReceiver receiver) in executeCommand()
111 mDevice.executeShellCommand(commandStringPreparer(command), receiver); in executeCommand() local
131 public void executeCommand(String command, IShellOutputReceiver receiver, in executeCommand()
134 mDevice.executeShellCommand(commandStringPreparer(command), receiver, in executeCommand() local
DShellOutputReceiverStream.java36 public ShellOutputReceiverStream(@Nullable IShellOutputReceiver receiver) { in ShellOutputReceiverStream()
DBluetoothUtils.java73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runBluetoothInstrumentation() local
74 device.executeShellCommand(String.format(BT_INSTR_CMD, command), receiver); in runBluetoothInstrumentation() local
DDeviceConcurrentUtil.java118 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in call() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java123 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
161 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket_StructuredFailures() local
236 try (SubprocessTestResultsParser receiver = in testTestLog()
265 try (SubprocessTestResultsParser receiver = in testTestLog_disabled()
DLegacySubprocessResultsReporterTest.java68 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
100 SubprocessTestResultsParser receiver = in testPrintEvent_legacyMethodCalls() local
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DMetricUtil.java86 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata() local
104 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray() local
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTest.java136 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
139 receiver, in run() local
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java105 ILogcatReceiver receiver = mLogcatReceivers.get(device); in collectAndLog() local
130 ILogcatReceiver receiver = createLogcatReceiver(device); in initReceiver() local
/tools/tradefederation/core/tests/src/com/android/tradefed/proto/
DPlatformProtosFuncTest.java64 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in testDumpAndReadBatteryStatsProto() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLevelUtility.java35 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in extractDeviceHeadsetLevelFromAdbShell() local
DAudioJitterTest.java103 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DBatteryTemperature.java80 DumpsysBatteryTemperatureReceiver receiver = new DumpsysBatteryTemperatureReceiver(); in getBatteryTemperature() local
DDeviceStateMonitor.java50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive() local
DNativeDeviceStateMonitor.java181 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForDeviceShell() local
299 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForStoreMount() local
361 CollectingOutputReceiver receiver = createOutputReceiver(); in getMountPoint() local
DBackgroundDeviceAction.java63 IShellOutputReceiver receiver, int startDelay) { in BackgroundDeviceAction()
DManagedTestDeviceFactory.java158 CollectingOutputReceiver receiver = createOutputReceiver(); in checkFrameworkSupport() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DRunCommandTargetPreparer.java76 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseLeveledLogOutput.java104 Map<String, LogLevel> receiver, in initComponentVerbosity()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLogcatEventParserTest.java182 IShellOutputReceiver receiver = mShellOutputReceiverCapture.getValue(); in testEndToEnd() local

12