Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java132 private int mMapSupportedFeatures = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapContentObserver
267 mMapSupportedFeatures = mMasInstance.getRemoteFeatureMask(); in BluetoothMapContentObserver()
269 Integer.toHexString(mMapSupportedFeatures) ) ; in BluetoothMapContentObserver()
272 & mMapSupportedFeatures) != 0){ in BluetoothMapContentObserver()
277 & mMapSupportedFeatures) != 0){ in BluetoothMapContentObserver()
331 + " mMapSupportedFeatures: " + mMapSupportedFeatures); in getObserverRemoteFeatureMask()
332 return mMapSupportedFeatures; in getObserverRemoteFeatureMask()
336 mMapSupportedFeatures = remoteSupportedFeatures; in setObserverRemoteFeatureMask()
338 & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
343 & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
[all …]