Home
last modified time | relevance | path

Searched defs:writeByte (Results 1 – 2 of 2) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/io/write/
DTypedOutputStream.java84 public void writeByte(int b) throws IOException { in writeByte() method in TypedOutputStream
/packages/modules/AppSearch/framework/java/android/app/appsearch/safeparcel/
DSafeParcelWriter.java111 public static void writeByte(@NonNull Parcel p, int id, byte val) { in writeByte() method in SafeParcelWriter