Home
last modified time | relevance | path

Searched refs:onSetPresetNameFailed (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClientCallback.aidl36 void onSetPresetNameFailed(in BluetoothDevice device, in int status); in onSetPresetNameFailed() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java669 .onSetPresetNameFailed( in testSetPresetNameNative()
853 .onSetPresetNameFailed( in testStackEventOnPresetNameSetError()
864 .onSetPresetNameFailed( in testStackEventOnPresetNameSetError()
875 .onSetPresetNameFailed( in testStackEventOnPresetNameSetError()
886 .onSetPresetNameFailed( in testStackEventOnPresetNameSetError()
897 .onSetPresetNameFailed( in testStackEventOnPresetNameSetError()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java203 void onSetPresetNameFailed( in onSetPresetNameFailed() method
294 public void onSetPresetNameFailed(@NonNull BluetoothDevice device, int status) {
300 executor.execute(() -> callback.onSetPresetNameFailed(device, status));
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsController.java239 public void onSetPresetNameFailed(@NonNull BluetoothDevice device, int reason) { in onSetPresetNameFailed() method in BluetoothDetailsHearingAidsPresetsController
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java862 .onSetPresetNameFailed( in notifySetPresetNameFailed()
939 .onSetPresetNameFailed( in setPresetName()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java710 public void onSetPresetNameFailed(BluetoothDevice device, int status) { in initProfiles()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt359 method public void onSetPresetNameFailed(@NonNull android.bluetooth.BluetoothDevice, int);