Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java67 public static final int FEATURE_BIT_NUM_INDEPENDENT_PRESETS = field in HapClientStackEvent
68 IBluetoothHapClient.FEATURE_BIT_NUM_INDEPENDENT_PRESETS;
235 if (BigInteger.valueOf(value).testBit(FEATURE_BIT_NUM_INDEPENDENT_PRESETS)) { in featuresToString()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl80 const int FEATURE_BIT_NUM_INDEPENDENT_PRESETS = 3; field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStackEventTest.java75 | 1 << HapClientStackEvent.FEATURE_BIT_NUM_INDEPENDENT_PRESETS; in toString_containsProperSubStrings()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java454 1 << IBluetoothHapClient.FEATURE_BIT_NUM_INDEPENDENT_PRESETS;