Home
last modified time | relevance | path

Searched defs:receiver (Results 1 – 25 of 29) 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()
DRunCommandTargetPreparer.java83 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
96 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
DPushFileInvoker.java73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() 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
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.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 …]
DBatteryTemperature.java74 DumpsysBatteryTemperatureReceiver receiver = new DumpsysBatteryTemperatureReceiver(); in getBatteryTemperature() local
DDeviceStateMonitor.java50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive() local
DBackgroundDeviceAction.java62 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.java106 CollectingOutputReceiver receiver = createOutputReceiver(); in checkFrameworkSupport() local
DINativeDevice.java207 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand()
226 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand()
250 IShellOutputReceiver receiver, in executeShellCommand()
DNativeDevice.java605 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand()
623 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand()
642 final IShellOutputReceiver receiver, in executeShellCommand()
672 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in executeShellCommand() local
2008 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getLogcatSince() local
2029 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getLogcatDump() local
2229 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in getBugreportzInternal() local
2272 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getBugreportInternal() local
2903 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in encryptDevice() local
3916 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in getMacAddress() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java108 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
137 try (SubprocessTestResultsParser receiver = in testTestLog()
170 try (SubprocessTestResultsParser receiver = in testTestLog_disabled()
DLegacySubprocessResultsReporterTest.java65 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
DFlatlandTest.java133 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
135 receiver, SHELL_TIMEOUT, TimeUnit.MILLISECONDS, 2); 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
DVideoMultimeterTest.java158 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in startPlayback() local
161 receiver, 1L, TimeUnit.SECONDS, 0); in startPlayback() local
DAdbScreenrecordTest.java163 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runTest() local
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DGeekbenchTest.java117 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
/tools/tradefederation/core/src/com/android/tradefed/build/
DDeviceBuildInfo.java275 VersionedFile origFileConsidered, IBuildInfo build, IBuildInfo receiver) { in applyBuildProperties()
/tools/tradefederation/core/prod-tests/src/com/android/monkey/
DMonkeyBase.java109 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runCommand() local

12