Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientServiceBinderTest.java231 public void getAllPresetInfo() { in getAllPresetInfo() method in HapClientServiceBinderTest
/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/
DHapClientServiceBinder.java246 public List<BluetoothHapPresetInfo> getAllPresetInfo( in getAllPresetInfo() method in HapClientServiceBinder
DHapClientService.java614 List<BluetoothHapPresetInfo> getAllPresetInfo(BluetoothDevice device) { in getAllPresetInfo() method in HapClientService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java929 public @NonNull List<BluetoothHapPresetInfo> getAllPresetInfo(@NonNull BluetoothDevice device) { in getAllPresetInfo() method in BluetoothHapClient