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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DMockMasInstance.java9 private final int mRemoteFeatureMask; field in class:MockMasInstance
14 this.mRemoteFeatureMask = remoteFeatureMask;
23 return mRemoteFeatureMask;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java102 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in class:BluetoothMapMasInstance
447 if(V) Log.v(TAG, "setRemoteFeatureMask : Curr: "+ mRemoteFeatureMask);
448 mRemoteFeatureMask = supportedFeatures;
450 mObserver.setObserverRemoteFeatureMask(mRemoteFeatureMask);
451 if(V) Log.v(TAG, "setRemoteFeatureMask : set: " + mRemoteFeatureMask);
456 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.java161 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in class:BluetoothMapContent
4012 this.mRemoteFeatureMask = featureMask;
4014 if((this.mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT)
4022 return this.mRemoteFeatureMask;

Completed in 76 milliseconds