Searched refs:thePrintStream (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DDriverManager.java48 private static PrintStream thePrintStream; field in class:DriverManager
318 return thePrintStream;
342 } else if (thePrintStream != null) {
343 thePrintStream.println(message);
344 thePrintStream.flush();
395 thePrintStream = out;

Completed in 49 milliseconds