Searched defs:writeValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DViewServer.java183 result = writeValue(client, VALUE_PROTOCOL_VERSION);
185 result = writeValue(client, VALUE_SERVER_VERSION);
215 private static boolean writeValue(Socket client, String value) { method in class:ViewServer
/frameworks/base/core/java/android/view/
H A DViewDebug.java1475 writeValue(out, value);
1564 private static void writeValue(BufferedWriter out, Object value) throws IOException { method in class:ViewDebug
/frameworks/base/core/java/android/os/
H A DParcel.java168 * {@link #writeValue(Object)} and {@link #readValue(ClassLoader)} methods
455 * The Map values are written using {@link #writeValue} and must follow
478 writeValue(e.getKey());
479 writeValue(e.getValue());
499 * {@link #writeValue} and must follow the specification there.
510 writeValue(val.get(i));
518 * {@link #writeValue} and must follow the specification there.
529 writeValue(val[i]);
537 * values are written using {@link #writeValue} and must follow the
550 writeValue(va
1036 public final void writeValue(Object v) { method in class:Parcel
[all...]

Completed in 64 milliseconds