Loading android/app/src/com/android/bluetooth/map/BluetoothMapConvoListing.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class BluetoothMapConvoListing { */ public byte[] encode() throws UnsupportedEncodingException { StringWriter sw = new StringWriter(); XmlSerializer xmlConvoElement = new FastXmlSerializer(); XmlSerializer xmlConvoElement = new FastXmlSerializer(0); try { xmlConvoElement.setOutput(sw); xmlConvoElement.startDocument("UTF-8", true); Loading android/app/src/com/android/bluetooth/map/BluetoothMapFolderElement.java +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ public class BluetoothMapFolderElement implements Comparable<BluetoothMapFolderE public byte[] encode(int offset, int count) throws UnsupportedEncodingException { StringWriter sw = new StringWriter(); XmlSerializer xmlMsgElement = new FastXmlSerializer(); XmlSerializer xmlMsgElement = new FastXmlSerializer(0); int i, stopIndex; // We need index based access to the subFolders BluetoothMapFolderElement[] folders = Loading android/app/src/com/android/bluetooth/map/BluetoothMapMessageListing.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public class BluetoothMapMessageListing { xmlMsgElement.setOutput(sw); xmlMsgElement.text("\n"); } else { xmlMsgElement = new FastXmlSerializer(); xmlMsgElement = new FastXmlSerializer(0); xmlMsgElement.setOutput(sw); xmlMsgElement.startDocument("UTF-8", true); xmlMsgElement.setFeature( Loading Loading
android/app/src/com/android/bluetooth/map/BluetoothMapConvoListing.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class BluetoothMapConvoListing { */ public byte[] encode() throws UnsupportedEncodingException { StringWriter sw = new StringWriter(); XmlSerializer xmlConvoElement = new FastXmlSerializer(); XmlSerializer xmlConvoElement = new FastXmlSerializer(0); try { xmlConvoElement.setOutput(sw); xmlConvoElement.startDocument("UTF-8", true); Loading
android/app/src/com/android/bluetooth/map/BluetoothMapFolderElement.java +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ public class BluetoothMapFolderElement implements Comparable<BluetoothMapFolderE public byte[] encode(int offset, int count) throws UnsupportedEncodingException { StringWriter sw = new StringWriter(); XmlSerializer xmlMsgElement = new FastXmlSerializer(); XmlSerializer xmlMsgElement = new FastXmlSerializer(0); int i, stopIndex; // We need index based access to the subFolders BluetoothMapFolderElement[] folders = Loading
android/app/src/com/android/bluetooth/map/BluetoothMapMessageListing.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public class BluetoothMapMessageListing { xmlMsgElement.setOutput(sw); xmlMsgElement.text("\n"); } else { xmlMsgElement = new FastXmlSerializer(); xmlMsgElement = new FastXmlSerializer(0); xmlMsgElement.setOutput(sw); xmlMsgElement.startDocument("UTF-8", true); xmlMsgElement.setFeature( Loading