Home
last modified time | relevance | path

Searched refs:MAP_EVENT_REPORT_V10 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java139 private int mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10;
1405 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1435 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1523 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1564 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1604 != BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1695 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1732 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
1767 if (mMapEventReportVersion != BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
1857 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
[all …]
DBluetoothMapUtils.java87 static final int MAP_EVENT_REPORT_V10 = 10; // MAP spec 1.1 field in BluetoothMapUtils