HomeSort by relevance Sort by last modified time
    Searched refs:mRemoteFeatureMask (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MockMasInstance.java 9 private final int mRemoteFeatureMask;
14 this.mRemoteFeatureMask = remoteFeatureMask;
23 return mRemoteFeatureMask;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 102 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK;
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;
BluetoothMapObexServer.java 107 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK;
130 mRemoteFeatureMask = mMasInstance.getRemoteFeatureMask();
296 return mRemoteFeatureMask;
299 public void setRemoteFeatureMask(int mRemoteFeatureMask) {
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 & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT
    [all...]
BluetoothMapContent.java 161 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK;
    [all...]

Completed in 225 milliseconds