Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java65 public static final int FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS = field in HapClientStackEvent
66 IBluetoothHapClient.FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS;
232 if (BigInteger.valueOf(value).testBit(FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS)) { in featuresToString()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl79 const int FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS = 2; field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStackEventTest.java68 | 1 << HapClientStackEvent.FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS; in toString_containsProperSubStrings()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java446 1 << IBluetoothHapClient.FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS;