Searched defs:writeInt (Results 1 – 6 of 6) sorted by relevance
44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
322 private void writeInt(Uri uri, int value) throws IOException { in writeInt() method in DocumentFileTest332 private static void writeInt(File file, int value) throws IOException { in writeInt() method in DocumentFileTest
257 private static void writeInt(OutputStream out, int val) throws IOException { in writeInt() method in WaveHeader
483 static void writeInt(OutputStream os, int n) throws IOException { in writeInt() method in DiskBasedCache
1018 private int writeInt(byte[] out, int pos, int value) { in writeInt() method in SettingsBackupAgent
509 public final void writeInt(int val) { in writeInt() method in Parcel