/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceStateMonitorTest.java | 173 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 …]
|
D | DeviceManagerTest.java | 188 public String getOutput() { in setUp() 1015 public String getOutput() { in testFreeDevice_unavailable() 1080 public String getOutput() { in testFreeDevice_unknown() 1145 public String getOutput() { in testFreeDevice_unknown_subName()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | MetricsXMLResultReporterTest.java | 65 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
|
D | XmlResultReporterTest.java | 111 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/src/com/android/tradefed/targetprep/ |
D | NativeLeakCollector.java | 100 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()
|
D | PushFileInvoker.java | 76 CLog.d("Executed perf setup script\noutput:\n%s\nEND", receiver.getOutput()); in setUp()
|
D | RunCommandTargetPreparer.java | 127 CLog.d("Background command output : %s", bgAction.getValue().getOutput()); in tearDown()
|
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/ |
D | MetricsXmlParserTest.java | 106 mMetrics, Collections.emptySet(), new ByteArrayInputStream(getOutput())); in testSimpleParse() 140 mMetrics, Collections.emptySet(), new ByteArrayInputStream(getOutput())); in testParse() 176 MetricsXmlParser.parse(mMetrics, blacklist, new ByteArrayInputStream(getOutput())); in testParseBlacklist() 184 private byte[] getOutput() { in getOutput() method in MetricsXmlParserTest
|
/tools/tradefederation/core/src/com/android/tradefed/util/statsd/ |
D | MetricUtil.java | 82 return StatsdStatsReport.parser().parseFrom(receiver.getOutput()); in getStatsdMetadata() 104 return receiver.getOutput(); in getReportByteArray()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDeviceStateMonitor.java | 171 String output = receiver.getOutput(); in waitForDeviceShell() 305 String output = receiver.getOutput(); in waitForStoreMount() 346 return receiver.getOutput().trim(); in getMountPoint()
|
D | ManagedTestDeviceFactory.java | 156 String output = receiver.getOutput().trim(); in checkFrameworkSupport() 164 + "output: %s", receiver.getOutput()); in checkFrameworkSupport()
|
D | CollectingByteOutputReceiver.java | 30 public byte[] getOutput() { in getOutput() method in CollectingByteOutputReceiver
|
D | CollectingOutputReceiver.java | 31 public String getOutput() { in getOutput() method in CollectingOutputReceiver
|
D | DeviceStateMonitor.java | 54 String output = receiver.getOutput(); in waitForPmResponsive()
|
D | NativeDevice.java | 718 String output = receiver.getOutput(); in executeShellCommand() 2196 output = receiver.getOutput(); in getLogcatSince() 2218 output = receiver.getOutput(); in getLogcatDump() 2433 String output = receiver.getOutput().trim(); in getBugreportzInternal() 2484 return new ByteArrayInputStreamSource(receiver.getOutput()); in getBugreportInternal() 3139 if (receiver.getOutput().split(":")[0].matches("500 \\d+ Usage")) { in encryptDevice() 4268 String output = receiver.getOutput().trim(); in getMacAddress()
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | MonkeyBase.java | 127 mOutput = receiver.getOutput(); in runCommand() 135 public String getOutput() { in getOutput() method in MonkeyBase.CommandHelper 414 outputBuilder.append(commandHelper.getOutput()); in runMonkey()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLevelUtility.java | 39 final String shellOutput = receiver.getOutput(); in extractDeviceHeadsetLevelFromAdbShell()
|
D | AudioJitterTest.java | 106 String resultStr = receiver.getOutput(); in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/proto/ |
D | PlatformProtosFuncTest.java | 69 byte[] protoBytes = receiver.getOutput(); in testDumpAndReadBatteryStatsProto()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DeviceConcurrentUtil.java | 120 String output = receiver.getOutput(); in call()
|
D | BluetoothUtils.java | 75 String output = receiver.getOutput(); in runBluetoothInstrumentation()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | GoogleBenchmarkResultParser.java | 54 String outputLogs = output.getOutput(); in parse()
|
D | GTestXmlResultParser.java | 104 errorMessage += "\nlogs:\n" + output.getOutput(); in parseResult()
|
/tools/tradefederation/contrib/src/com/android/graphics/tests/ |
D | FlatlandTest.java | 143 String result = receiver.getOutput(); in run()
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | GeekbenchTest.java | 124 CLog.v(receiver.getOutput()); in run()
|