Searched refs:xmlEvtReport (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 792 XmlSerializer xmlEvtReport = Xml.newSerializer(); in encode() local 795 xmlEvtReport.setOutput(sw); in encode() 796 xmlEvtReport.startDocument("UTF-8", true); in encode() 797 xmlEvtReport.text("\r\n"); in encode() 798 xmlEvtReport.startTag("", "MAP-event-report"); in encode() 800 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V12_STR); in encode() 802 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V11_STR); in encode() 804 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V10_STR); in encode() 806 xmlEvtReport.startTag("", "event"); in encode() 807 xmlEvtReport.attribute("", "type", eventType); in encode() [all …]
|