Searched refs:xmlEvtReport (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 724 XmlSerializer xmlEvtReport = Xml.newSerializer(); in encode() local 727 xmlEvtReport.setOutput(sw); in encode() 728 xmlEvtReport.startDocument("UTF-8", true); in encode() 729 xmlEvtReport.text("\r\n"); in encode() 730 xmlEvtReport.startTag("", "MAP-event-report"); in encode() 732 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V10_STR); in encode() 734 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V11_STR); in encode() 736 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V12_STR); in encode() 738 xmlEvtReport.startTag("", "event"); in encode() 739 xmlEvtReport.attribute("", "type", eventType); in encode() [all …]
|