Home
last modified time | relevance | path

Searched refs:onNotificationSent (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServerCallback.java93 public void onNotificationSent(BluetoothDevice device, int status) {} in onNotificationSent() method in BluetoothGattServerCallback
178 public void onNotificationSent(android.bluetooth.BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerCallback.InternalBluetoothGattServerCallback
179 BluetoothGattServerCallback.this.onNotificationSent( in onNotificationSent()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattMaster.java62 void onNotificationSent(String address, int status); in onNotificationSent() method
198 public void onNotificationSent(BluetoothDevice device, int status) {
203 mCallback.onNotificationSent(address, status);
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java140 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerCallback
DBluetoothGattServer.java288 public void onNotificationSent(String address, int status) {
298 mCallback.onNotificationSent(device, status);
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java61 void onNotificationSent(String address, int status); in onNotificationSent() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl41 void onNotificationSent(in String address, in int status); in onNotificationSent() method
/packages/modules/Bluetooth/system/service/doc/
DIBluetoothGattServer.txt70 * IBluetoothGattServerCallback.onNotificationSent.
DIBluetoothGattServerCallback.txt133 void onNotificationSent(in String device_address, in int status);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java172 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in GattServer.MyGattServerCallback
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerHelper.java432 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerHelper.GattServerCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java626 callback.onNotificationSent(address, BluetoothGatt.GATT_SUCCESS); in sendNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java4142 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattService
4158 app.callback.onNotificationSent(address, status); in onNotificationSent()
4183 app.callback.onNotificationSent(callbackInfo.address, callbackInfo.status); in onServerCongestion()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1642 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onNotificationSent(Ljava/lang/String;I…
1671 Landroid/bluetooth/IBluetoothGattServerCallback;->onNotificationSent(Ljava/lang/String;I)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt744 method public void onNotificationSent(android.bluetooth.BluetoothDevice, int);