Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java145 @VisibleForTesting int mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10;
1513 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1566 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1710 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1754 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1818 != BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
1981 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMms()
2025 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
2065 if (mMapEventReportVersion != BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
2210 > BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
[all …]
DBluetoothMapUtils.java94 static final int MAP_EVENT_REPORT_V10 = 10; // MAP spec 1.1 field in BluetoothMapUtils
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java1197 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10; in handleMsgListChangesMsg_withNonExistingMessage_andVersion10()
1592 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10; in handleMsgListChangesMms_withNonExistingMessage_andVersion10()
1977 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10; in handleMsgListChangesSms_withNonExistingMessage_andVersion10()