Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java151 final String content = StreamUtil.getStringFromStream(response.getContent()); in getTestEnvironment()
168 final String content = StreamUtil.getStringFromStream(response.getContent()); in getTestResources()
191 final String content = StreamUtil.getStringFromStream(response.getContent()); in getTestContext()
211 final String content = StreamUtil.getStringFromStream(response.getContent()); in updateTestContext()
230 String content = StreamUtil.getStringFromStream(response.getContent()); in getCommandStatus()
252 InputStream content = httpResponse.getContent(); in parseCommandTasks()
/tools/asuite/asuite_plugin/src/java/com/android/atest/toolWindow/
DAtestToolWindowFactory.java39 contentFactory.createContent(atestToolWindow.getContent(), "", true); in createToolWindowContent()
DAtestToolWindow.java195 public JPanel getContent() { in getContent() method in AtestToolWindow