Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java45 public final HashSet<Integer> mSupportedTransformations = new HashSet<Integer>(3); field in BipTransformation
96 mSupportedTransformations.add(transformation); in addTransformation()
109 mSupportedTransformations.remove(transformation); in removeTransformation()
130 return mSupportedTransformations.contains(transformation); in isSupported()
139 return !mSupportedTransformations.isEmpty(); in supportsAny()
149 return mSupportedTransformations.equals(t.mSupportedTransformations); in equals()