Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java1112 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesMsg_withNonExistingMessage_andVersion11()
1231 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesMsg_withExistingMessage_andNonNullDeletedFolder()
1268 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesMsg_withExistingMessage_andNonNullSentFolder()
1305 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesMsg_withExistingMessage_andNonNullTransparentSentFolder()
1345 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesMsg_withExistingMessage_andUnknownOldFolder()
1398 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesMms_withNonExistingMessage_andVersion11()
1803 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleMsgListChangesSms_withNonExistingMessage_andVersion11()
2496 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in handleContactListChanges_withMapEventReportVersion11()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java336 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in setObserverRemoteFeatureMask()
801 } else if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in encode()
853 if (mMapEventReportVersion > BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in encode()
1611 == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesSms()
1869 == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesMms()
2027 } else if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesMsg()
2091 == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesMsg()
2313 && mMapEventReportVersion != BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleContactListChanges()
2364 != BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleContactListChanges()
DBluetoothMapUtils.java95 static final int MAP_EVENT_REPORT_V11 = 11; // MAP spec 1.2 field in BluetoothMapUtils