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.java134 private int mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10;
731 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in encode()
1317 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1346 BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1434 BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1466 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1505 BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1589 BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1622 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
1657 if (mMapEventReportVersion != 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