Searched refs:printWriter (Results 1 – 2 of 2) sorted by relevance
80 TestPrintWriter printWriter = new TestPrintWriter(System.out); in testDump_ReturnJsonObject() local82 mTestService.dump(null, printWriter, null); in testDump_ReturnJsonObject()83 JSONObject object = (JSONObject)printWriter.getPrintObject(); in testDump_ReturnJsonObject()
911 public void dump(FileDescriptor fd, PrintWriter printWriter, String[] args) { in dump() argument912 IndentingPrintWriter pw = new IndentingPrintWriter(printWriter, " "); in dump()