Home
last modified time | relevance | path

Searched defs:unregAll (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java757 public void unregAll() throws Exception { in unregAll() method in GattServiceBinderTest
DGattServiceTest.java680 public void unregAll() throws Exception { in unregAll() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl177 void unregAll(in AttributionSource attributionSource, in SynchronousResultReceiver receiver); in unregAll() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1698 public void unregAll(AttributionSource source, SynchronousResultReceiver receiver) { in unregAll() method in GattService.BluetoothGattBinder
1706 private void unregAll(AttributionSource attributionSource) { in unregAll() method in GattService.BluetoothGattBinder
3230 void unregAll(AttributionSource attributionSource) { in unregAll() method in GattService