Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 3 of 3) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
DTypedOutputStream.java91 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in TypedOutputStream
98 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes() method in TypedOutputStream
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPacketWriter.java142 public void writeBytes(byte[] data) throws IOException { in writeBytes() method in MdnsPacketWriter
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java391 int writeBytes = in writeToFos() local