Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinator.aidl87 const int CSIS_GROUP_LOCK_SUCCESS = 0; field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java317 group_id, true, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
330 group_id, false, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java773 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS: in getApiStatusCode()