Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java273 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in BluetoothMapContentObserver()
339 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in setObserverRemoteFeatureMask()
733 } else if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in encode()
779 if (mMapEventReportVersion > BluetoothMapUtils.MAP_EVENT_REPORT_V11 ) { in encode()
1378 BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesSms()
1526 BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesMms()
1624 } else if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesMsg()
1671 BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleMsgListChangesMsg()
1828 && mMapEventReportVersion != BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleContactListChanges()
1873 != BluetoothMapUtils.MAP_EVENT_REPORT_V11) { in handleContactListChanges()
DBluetoothMapUtils.java88 static final int MAP_EVENT_REPORT_V11 = 11; // MAP spec 1.2 field in BluetoothMapUtils