Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DNativeLeakCollector.java87 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in tearDown() local
89 writeToReceiver(String.format(OUTPUT_HEADER, allCommand), receiver); in tearDown() local
95 writeToReceiver(String.format(OUTPUT_HEADER, procCommand), receiver); in tearDown() local
112 private void writeToReceiver (String msg, CollectingOutputReceiver receiver) { in writeToReceiver()
DPushFileInvoker.java73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
DRunCommandTargetPreparer.java78 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/util/statsd/
DMetricUtil.java80 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata() local
98 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray() local
103 String.format(DUMP_REPORT_CMD_TEMPLATE, String.valueOf(configId)), receiver); in getReportByteArray() local
/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()
DDeviceConcurrentUtil.java118 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in call() local
DBluetoothUtils.java73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runBluetoothInstrumentation() local
74 device.executeShellCommand(String.format(BT_INSTR_CMD, command), receiver); in runBluetoothInstrumentation() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java78 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand()
90 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand()
237 InstallReceiver receiver, in installPackage()
248 InstallReceiver receiver, in installPackage()
278 String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) in installRemotePackage()
288 InstallReceiver receiver, in installRemotePackage()
359 public void runEventLogService(LogReceiver receiver) throws TimeoutException, in runEventLogService()
368 public void runLogService(String logname, LogReceiver receiver) throws TimeoutException, in runLogService()
492 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand()
503 IShellOutputReceiver receiver, in executeShellCommand()
[all …]
DBatteryTemperature.java74 DumpsysBatteryTemperatureReceiver receiver = new DumpsysBatteryTemperatureReceiver(); in getBatteryTemperature() local
DDeviceStateMonitor.java50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive() local
DBackgroundDeviceAction.java63 IShellOutputReceiver receiver, int startDelay) { in BackgroundDeviceAction()
DNativeDeviceStateMonitor.java167 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForDeviceShell() local
282 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForStoreMount() local
343 CollectingOutputReceiver receiver = createOutputReceiver(); in getMountPoint() local
DManagedTestDeviceFactory.java147 CollectingOutputReceiver receiver = createOutputReceiver(); in checkFrameworkSupport() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DLegacySubprocessResultsReporterTest.java67 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
98 SubprocessTestResultsParser receiver = in testPrintEvent_legacyMethodCalls() local
DSubprocessResultsReporterTest.java113 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
150 try (SubprocessTestResultsParser receiver = in testTestLog()
178 try (SubprocessTestResultsParser receiver = in testTestLog_disabled()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java62 StreamProtoReceiver receiver = in testStream() local
127 StreamProtoReceiver receiver = in testStream_noInvocationReporting() 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/tests/src/com/android/tradefed/proto/
DPlatformProtosFuncTest.java66 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/log/
DBaseLeveledLogOutput.java93 Map<String, LogLevel> receiver, in initComponentVerbosity()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLogcatEventParserTest.java182 IShellOutputReceiver receiver = mShellOutputReceiverCapture.getValue(); in testEndToEnd() local
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java95 ILogcatReceiver receiver = createLogcatReceiver(device); in initReceiver() local
/tools/tradefederation/contrib/src/com/android/performance/tests/
DGeekbenchTest.java115 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local

12