Searched defs:mRemoteFeatureMask (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java100 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in class:BluetoothMapMasInstance
445 if(V) Log.v(TAG, "setRemoteFeatureMask : Curr: "+ mRemoteFeatureMask);
446 mRemoteFeatureMask = supportedFeatures;
448 mObserver.setObserverRemoteFeatureMask(mRemoteFeatureMask);
449 if(V) Log.v(TAG, "setRemoteFeatureMask : set: " + mRemoteFeatureMask);
454 return this.mRemoteFeatureMask;
H A DBluetoothMapObexServer.java107 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in class:BluetoothMapObexServer
130 mRemoteFeatureMask = mMasInstance.getRemoteFeatureMask();
296 return mRemoteFeatureMask;
299 public void setRemoteFeatureMask(int mRemoteFeatureMask) { argument
300 if(D) Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask));
301 this.mRemoteFeatureMask = mRemoteFeatureMask;
302 this.mOutContent.setRemoteFeatureMask(mRemoteFeatureMask);
357 if((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT)
362 if((mRemoteFeatureMask
[all...]
H A DBluetoothMapContent.java155 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in class:BluetoothMapContent
4006 this.mRemoteFeatureMask = featureMask;
4008 if((this.mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT)
4016 return this.mRemoteFeatureMask;

Completed in 67 milliseconds