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