Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java138 public boolean supportsAny() { in supportsAny() method in BipTransformation
145 if (o == null && !supportsAny()) return true; in equals()
154 if (!supportsAny()) return null; in toString()
DBipImageFormat.java209 if (mTransformation != null && mTransformation.supportsAny()) { in toString()
DBipImageDescriptor.java294 if (mTransformation != null && mTransformation.supportsAny()) { in toString()
DBipImageProperties.java346 if (trans != null && trans.supportsAny()) { in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformationTest.java32 Assert.assertFalse(trans.supportsAny()); in testCreateEmpty()
94 Assert.assertFalse(trans.supportsAny()); in testRemoveOnlyTransformation()