Home
last modified time | relevance | path

Searched defs:getActivePresetIndex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl44 int getActivePresetIndex(in BluetoothDevice device, in AttributionSource attributionSource); in getActivePresetIndex() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java544 public int getActivePresetIndex(BluetoothDevice device) { in getActivePresetIndex() method in HapClientService
1320 public int getActivePresetIndex(BluetoothDevice device, AttributionSource source) { in getActivePresetIndex() method in HapClientService.BluetoothHapClientBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java874 public int getActivePresetIndex(@NonNull BluetoothDevice device) { in getActivePresetIndex() method in BluetoothHapClient