/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | NativeLeakCollector.java | 87 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()
|
D | RunCommandTargetPreparer.java | 83 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local 96 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
|
D | PushFileInvoker.java | 73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 109 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
|
D | DeviceConcurrentUtil.java | 118 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in call() local
|
D | BluetoothUtils.java | 73 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/ |
D | StubDevice.java | 79 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 …]
|
D | BatteryTemperature.java | 74 DumpsysBatteryTemperatureReceiver receiver = new DumpsysBatteryTemperatureReceiver(); in getBatteryTemperature() local
|
D | DeviceStateMonitor.java | 50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive() local
|
D | BackgroundDeviceAction.java | 62 IShellOutputReceiver receiver, int startDelay) { in BackgroundDeviceAction()
|
D | NativeDeviceStateMonitor.java | 167 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForDeviceShell() local 282 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForStoreMount() local 343 CollectingOutputReceiver receiver = createOutputReceiver(); in getMountPoint() local
|
D | ManagedTestDeviceFactory.java | 106 CollectingOutputReceiver receiver = createOutputReceiver(); in checkFrameworkSupport() local
|
D | INativeDevice.java | 207 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() 226 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() 250 IShellOutputReceiver receiver, in executeShellCommand()
|
D | NativeDevice.java | 605 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/ |
D | SubprocessResultsReporterTest.java | 108 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local 137 try (SubprocessTestResultsParser receiver = in testTestLog() 170 try (SubprocessTestResultsParser receiver = in testTestLog_disabled()
|
D | LegacySubprocessResultsReporterTest.java | 65 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
|
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/ |
D | FlatlandTest.java | 133 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/ |
D | PlatformProtosFuncTest.java | 66 CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in testDumpAndReadBatteryStatsProto() local
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLevelUtility.java | 35 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in extractDeviceHeadsetLevelFromAdbShell() local
|
D | AudioJitterTest.java | 103 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
|
D | VideoMultimeterTest.java | 158 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in startPlayback() local 161 receiver, 1L, TimeUnit.SECONDS, 0); in startPlayback() local
|
D | AdbScreenrecordTest.java | 163 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runTest() local
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | GeekbenchTest.java | 117 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | DeviceBuildInfo.java | 275 VersionedFile origFileConsidered, IBuildInfo build, IBuildInfo receiver) { in applyBuildProperties()
|
/tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
D | MonkeyBase.java | 109 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runCommand() local
|