Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMockMasInstance.java9 private final int mRemoteFeatureMask; field in MockMasInstance
14 this.mRemoteFeatureMask = remoteFeatureMask; in MockMasInstance()
23 return mRemoteFeatureMask; in getRemoteFeatureMask()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java102 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapMasInstance
447 if(V) Log.v(TAG, "setRemoteFeatureMask : Curr: "+ mRemoteFeatureMask); in setRemoteFeatureMask()
448 mRemoteFeatureMask = supportedFeatures; in setRemoteFeatureMask()
450 mObserver.setObserverRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
451 if(V) Log.v(TAG, "setRemoteFeatureMask : set: " + mRemoteFeatureMask); in setRemoteFeatureMask()
456 return this.mRemoteFeatureMask; in getRemoteFeatureMask()
DBluetoothMapObexServer.java106 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapObexServer
129 mRemoteFeatureMask = mMasInstance.getRemoteFeatureMask(); in BluetoothMapObexServer()
295 return mRemoteFeatureMask; in getRemoteFeatureMask()
298 public void setRemoteFeatureMask(int mRemoteFeatureMask) { in setRemoteFeatureMask() argument
299 if(D) Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
300 this.mRemoteFeatureMask = mRemoteFeatureMask; in setRemoteFeatureMask()
301 this.mOutContent.setRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
356 if((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT) in onConnect()
361 if((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) in onConnect()
1016 if(0 < (mRemoteFeatureMask & in sendMessageListingRsp()
[all …]
DBluetoothMapContent.java161 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapContent
4007 this.mRemoteFeatureMask = featureMask; in setRemoteFeatureMask()
4009 if((this.mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT) in setRemoteFeatureMask()
4017 return this.mRemoteFeatureMask; in getRemoteFeatureMask()