Searched refs:writeToStream (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java188 public void writeToStream(DataOutputStream out) throws IOException { method in class:NetworkStatsHistory
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2304 p.writeToStream(out);
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java388 before.writeToStream(new DataOutputStream(out));
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java26 * restored to a new picture (via writeToStream / createFromStream). For most
108 * data was generated by a previous call to writeToStream().
113 * @see #writeToStream(java.io.OutputStream)
128 public void writeToStream(OutputStream stream) { method in class:Picture
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.java67 public void writeToStream(DataOutputStream out) throws IOException { method in class:NetworkIdentitySet
H A DNetworkStatsCollection.java311 ident.writeToStream(out);
319 history.writeToStream(out);

Completed in 151 milliseconds