Home
last modified time | relevance | path

Searched refs:mMapEventReportVersion (Results 1 – 2 of 2) 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()
1164 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMsg_withNonExistingMessage_andVersion12()
1197 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10; in handleMsgListChangesMsg_withNonExistingMessage_andVersion10()
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()
1449 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withNonExistingMessage_andVersion12()
1506 mObserver.mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in handleMsgListChangesMms_withNonExistingOldMessage_andVersion12()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java145 @VisibleForTesting int mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10; field in BluetoothMapContentObserver
326 + mMapEventReportVersion in getObserverRemoteFeatureMask()
336 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in setObserverRemoteFeatureMask()
340 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in setObserverRemoteFeatureMask()
361 + mMapEventReportVersion in setObserverRemoteFeatureMask()
799 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V12) { in encode()
801 } else if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in encode()
853 if (mMapEventReportVersion > BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in encode()
1513 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesSms()
1565 mMapEventReportVersion in handleMsgListChangesSms()
[all …]