Searched refs:getAllPresetInfo (Results 1 – 8 of 8) sorted by relevance
212 when(mHapClientProfile.getAllPresetInfo(mDevice)).thenReturn(new ArrayList<>()); in refresh_emptyPresetInfo_preferenceDisabled()223 when(mHapClientProfile.getAllPresetInfo(mDevice)).thenReturn(List.of(info)); in refresh_validPresetInfo_preferenceEnabled()234 when(mHapClientProfile.getAllPresetInfo(mDevice)).thenReturn(List.of(info)); in refresh_invalidActivePresetIndex_summaryIsNull()246 when(mHapClientProfile.getAllPresetInfo(mDevice)).thenReturn(List.of(info)); in refresh_validActivePresetIndex_summaryIsNotNull()
62 …List<BluetoothHapPresetInfo> getAllPresetInfo(in BluetoothDevice device, in AttributionSource attr… in getAllPresetInfo() method
706 public List<BluetoothHapPresetInfo> getAllPresetInfo(BluetoothDevice device) { in getAllPresetInfo() method in HapClientService1475 public List<BluetoothHapPresetInfo> getAllPresetInfo( in getAllPresetInfo() method in HapClientService.BluetoothHapClientBinder1486 return service.getAllPresetInfo(device); in getAllPresetInfo()
1164 public @NonNull List<BluetoothHapPresetInfo> getAllPresetInfo(@NonNull BluetoothDevice device) { in getAllPresetInfo() method in BluetoothHapClient1171 return service.getAllPresetInfo(device, mAttributionSource); in getAllPresetInfo()
275 List<BluetoothHapPresetInfo> infoList = mHapClientProfile.getAllPresetInfo( in loadAllPresetInfo()
1029 bluetoothHapClient.getAllPresetInfo(dev)); in queryLeAudioDevices()
632 mServiceBinder.getAllPresetInfo(mDevice2, mAttributionSource); in testGetPresetInfoAndActivePresetInfo()
323 …D}) public java.util.List<android.bluetooth.BluetoothHapPresetInfo> getAllPresetInfo(@NonNull andr…