Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 25 of 30) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DNativeLeakCollector.java100 if (receiver.getOutput() != null && !receiver.getOutput().isEmpty()) { in tearDown()
103 new ByteArrayInputStreamSource(receiver.getOutput().getBytes()); in tearDown()
107 CLog.w("No test logger available, printing output here:\n%s", receiver.getOutput()); in tearDown()
DRunCommandTargetPreparer.java99 CLog.v("cmd: '%s', returned:\n%s", cmd, receiver.getOutput()); in setUp()
140 CLog.d("Background command output : %s", bgAction.getValue().getOutput()); in tearDown()
DPushFileInvoker.java76 CLog.d("Executed perf setup script\noutput:\n%s\nEND", receiver.getOutput()); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DMetricsXMLResultReporterTest.java65 assertEquals(expectedOutput, getOutput()); in testEmptyGeneration()
86 String output = getOutput(); in testRunMetrics()
113 String output = getOutput(); in testTestMetrics()
139 String output = getOutput(); in testTestFailMetrics()
151 private String getOutput() { in getOutput() method in MetricsXMLResultReporterTest
DXmlResultReporterTest.java111 assertEquals(expectedOutput, getOutput()); in testEmptyGeneration()
129 String output = getOutput(); in testSinglePass()
154 String output = getOutput(); in testSingleFail()
167 private String getOutput() { in getOutput() method in XmlResultReporterTest
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceStateMonitorTest.java173 public String getOutput() { in testWaitForShellAvailable()
200 public String getOutput() { in testWaitForShell_becomeAvailable()
241 public String getOutput() { in testWaitForShell_timeout()
346 public String getOutput() { in testWaitForPmResponsive()
374 public String getOutput() { in testWaitForPm_becomeResponsive()
416 public String getOutput() { in testWaitForPm_timeout()
463 public String getOutput() { in testgetMountPoint_nonCached()
489 public String getOutput() { in testWaitForStoreMount()
525 public String getOutput() { in testWaitForStoreMount_PermDenied()
561 public String getOutput() { in testWaitForStoreMount_becomeAvailable()
[all …]
DDeviceManagerTest.java180 public String getOutput() { in setUp()
949 public String getOutput() { in testFreeDevice_unavailable()
1013 public String getOutput() { in testFreeDevice_unknown()
1077 public String getOutput() { in testFreeDevice_unknown_subName()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DMetricsXmlParserTest.java107 mMetrics, Collections.emptySet(), new ByteArrayInputStream(getOutput())); in testSimpleParse()
141 mMetrics, Collections.emptySet(), new ByteArrayInputStream(getOutput())); in testParse()
177 MetricsXmlParser.parse(mMetrics, blacklist, new ByteArrayInputStream(getOutput())); in testParseBlacklist()
185 private byte[] getOutput() { in getOutput() method in MetricsXmlParserTest
/tools/tradefederation/core/src/com/android/tradefed/device/
DCollectingByteOutputReceiver.java30 public byte[] getOutput() { in getOutput() method in CollectingByteOutputReceiver
DCollectingOutputReceiver.java31 public String getOutput() { in getOutput() method in CollectingOutputReceiver
DManagedTestDeviceFactory.java115 String output = receiver.getOutput().trim(); in checkFrameworkSupport()
123 + "output: %s", receiver.getOutput()); in checkFrameworkSupport()
DDeviceStateMonitor.java54 String output = receiver.getOutput(); in waitForPmResponsive()
DNativeDeviceStateMonitor.java171 String output = receiver.getOutput(); in waitForDeviceShell()
305 String output = receiver.getOutput(); in waitForStoreMount()
346 return receiver.getOutput().trim(); in getMountPoint()
DNativeDevice.java674 String output = receiver.getOutput(); in executeShellCommand()
2011 output = receiver.getOutput(); in getLogcatSince()
2033 output = receiver.getOutput(); in getLogcatDump()
2235 String output = receiver.getOutput().trim(); in getBugreportzInternal()
2286 return new ByteArrayInputStreamSource(receiver.getOutput()); in getBugreportInternal()
2907 if (receiver.getOutput().split(":")[0].matches("500 \\d+ Usage")) { in encryptDevice()
3924 String output = receiver.getOutput().trim(); in getMacAddress()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLevelUtility.java39 final String shellOutput = receiver.getOutput(); in extractDeviceHeadsetLevelFromAdbShell()
DAudioJitterTest.java106 String resultStr = receiver.getOutput(); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/proto/
DPlatformProtosFuncTest.java69 byte[] protoBytes = receiver.getOutput(); in testDumpAndReadBatteryStatsProto()
/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java120 String output = receiver.getOutput(); in call()
DBluetoothUtils.java75 String output = receiver.getOutput(); in runBluetoothInstrumentation()
/tools/tradefederation/core/prod-tests/src/com/android/monkey/
DMonkeyBase.java130 mOutput = receiver.getOutput(); in runCommand()
138 public String getOutput() { in getOutput() method in MonkeyBase.CommandHelper
370 outputBuilder.append(commandHelper.getOutput()); in runMonkey()
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
DFlatlandTest.java136 String result = receiver.getOutput(); in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTestXmlResultParser.java102 errorMessage += "\nlogs:\n" + output.getOutput(); in parseResult()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DAtraceCollector.java140 CLog.i("command output: %s", c.getOutput()); in startTracing()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DGeekbenchTest.java121 CLog.v(receiver.getOutput()); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestXmlResultParserTest.java265 public String getOutput() { in testParseWithEmptyFile_AdditionalOutput()

12