| /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 | PushFileInvoker.java | 73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
|
| D | RunCommandTargetPreparer.java | 78 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
|
| /tools/tradefederation/core/src/com/android/tradefed/util/statsd/ |
| D | MetricUtil.java | 80 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/ |
| 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 | ShellOutputReceiverStream.java | 36 public ShellOutputReceiverStream(@Nullable IShellOutputReceiver receiver) { in ShellOutputReceiverStream()
|
| 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 | 78 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 …]
|
| 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 | 63 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 | 147 CollectingOutputReceiver receiver = createOutputReceiver(); in checkFrameworkSupport() local
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
| D | LegacySubprocessResultsReporterTest.java | 67 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local 98 SubprocessTestResultsParser receiver = in testPrintEvent_legacyMethodCalls() local
|
| D | SubprocessResultsReporterTest.java | 113 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/ |
| D | StreamProtoResultReporterTest.java | 62 StreamProtoReceiver receiver = in testStream() local 127 StreamProtoReceiver receiver = in testStream_noInvocationReporting() local
|
| /tools/tradefederation/contrib/src/com/android/graphics/tests/ |
| D | FlatlandTest.java | 136 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local 139 receiver, 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
|
| /tools/tradefederation/core/src/com/android/tradefed/log/ |
| D | BaseLeveledLogOutput.java | 93 Map<String, LogLevel> receiver, in initComponentVerbosity()
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| D | LogcatEventParserTest.java | 182 IShellOutputReceiver receiver = mShellOutputReceiverCapture.getValue(); in testEndToEnd() local
|
| /tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
| D | LogcatOnFailureCollector.java | 95 ILogcatReceiver receiver = createLogcatReceiver(device); in initReceiver() local
|
| /tools/tradefederation/contrib/src/com/android/performance/tests/ |
| D | GeekbenchTest.java | 115 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
|