Home
last modified time | relevance | path

Searched defs:onGroupLockSet (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinatorLockCallback.aidl26 void onGroupLockSet(in int groupId, in int opStatus, in boolean isLocked); in onGroupLockSet() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCsipSetCoordinator.java87 void onGroupLockSet(int groupId, @Status int opStatus, boolean isLocked); in onGroupLockSet() method
102 public void onGroupLockSet(int groupId, int opStatus, boolean isLocked) { in onGroupLockSet() method in BluetoothCsipSetCoordinator.BluetoothCsipSetCoordinatorLockCallbackDelegate