diff --git a/api/current.xml b/api/current.xml index c98a5c4a7f3de..ebbdf39de0d11 100644 --- a/api/current.xml +++ b/api/current.xml @@ -2081,7 +2081,7 @@ type="int" transient="false" volatile="false" - value="16843393" + value="16843392" static="true" final="true" deprecated="not deprecated" @@ -2323,7 +2323,7 @@ type="int" transient="false" volatile="false" - value="16843392" + value="16843391" static="true" final="true" deprecated="not deprecated" @@ -3518,6 +3518,17 @@ visibility="public" > + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > maps = mNamedGestures; - out = new DataOutputStream((stream instanceof BufferedOutputStream) ? out : - new BufferedOutputStream(out, GestureConstants.IO_BUFFER_SIZE)); + out = new DataOutputStream((stream instanceof BufferedOutputStream) ? stream : + new BufferedOutputStream(stream, GestureConstants.IO_BUFFER_SIZE)); // Write version number out.writeShort(FILE_FORMAT_VERSION); // Write number of entries