Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl62 …List<BluetoothHapPresetInfo> getAllPresetInfo(in BluetoothDevice device, in AttributionSource attr… in getAllPresetInfo() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java706 public List<BluetoothHapPresetInfo> getAllPresetInfo(BluetoothDevice device) { in getAllPresetInfo() method in HapClientService
1475 public List<BluetoothHapPresetInfo> getAllPresetInfo( in getAllPresetInfo() method in HapClientService.BluetoothHapClientBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1164 public @NonNull List<BluetoothHapPresetInfo> getAllPresetInfo(@NonNull BluetoothDevice device) { in getAllPresetInfo() method in BluetoothHapClient