Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 2 of 2) 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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java389 int writeBytes = in writeToFos() local