Searched defs:writeInt (Results 1 – 7 of 7) sorted by relevance
24 protected void writeInt(int val) { in writeInt() method in ShadowParcel
44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
161 private void writeInt(int v) throws IOException { in writeInt() method in ProfileData
283 private int writeInt(byte[] out, int pos, int value) { in writeInt() method in DictionaryBackupAgent
655 static void writeInt(byte[] buf, int offset, int value) { in writeInt() method in BlobCache