Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java69 public static final int FEATURE_BIT_NUM_DYNAMIC_PRESETS = field in HapClientStackEvent
70 IBluetoothHapClient.FEATURE_BIT_NUM_DYNAMIC_PRESETS;
238 if (BigInteger.valueOf(value).testBit(FEATURE_BIT_NUM_DYNAMIC_PRESETS)) { in featuresToString()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl81 const int FEATURE_BIT_NUM_DYNAMIC_PRESETS = 4; field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStackEventTest.java81 1 << HapClientStackEvent.FEATURE_BIT_NUM_DYNAMIC_PRESETS in toString_containsProperSubStrings()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java462 1 << IBluetoothHapClient.FEATURE_BIT_NUM_DYNAMIC_PRESETS;