Home
last modified time | relevance | path

Searched refs:MAP_V10_STR (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapFolderElement.java285 xmlMsgElement.attribute(null, "version", BluetoothMapUtils.MAP_V10_STR); in encode()
DBluetoothMapObexServer.java124 private String mMessageVersion = BluetoothMapUtils.MAP_V10_STR;
333 mMessageVersion = BluetoothMapUtils.MAP_V10_STR; in onConnect()
1370 version = BluetoothMapUtils.MAP_V10_STR; in sendMessageListingRsp()
DBluetoothMapUtils.java89 static final String MAP_V10_STR = "1.0"; field in BluetoothMapUtils
DBluetoothMapContentObserver.java804 xmlEvtReport.attribute("", "version", BluetoothMapUtils.MAP_V10_STR); in encode()
DBluetoothMapContent.java157 @VisibleForTesting String mMessageVersion = BluetoothMapUtils.MAP_V10_STR;