Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java1164 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMsg_withNonExistingMessage_andVersion12()
1449 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withNonExistingMessage_andVersion12()
1506 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withNonExistingOldMessage_andVersion12()
1558 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withNonExistingOldMessage_andVersion12_andOneWeekLimit()
1632 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withExistingMessage_withNonEqualType_andLocalSendFalse()
1672 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withExistingMessage_withNonEqualType_andLocalSendTrue()
1712 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withExistingMessage_withDeletedThreadId()
1754 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withExistingMessage_withUndeletedThreadId()
1851 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesSms_withNonExistingMessage_andVersion12()
1903 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesSms_withNonExistingOldMessage_andVersion12()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java96 static final int MAP_EVENT_REPORT_V12 = 12; // MAP spec 1.3 'to be' incl. IM field in BluetoothMapUtils
DBluetoothMapContentObserver.java340 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in setObserverRemoteFeatureMask()
799 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V12) { in encode()
1732 if (mMapEventReportVersion >= BluetoothMapUtils.MAP_EVENT_REPORT_V12) { in handleMsgListChangesSms()