Home
last modified time | relevance | path

Searched refs:getAllPresetInfo (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsControllerTest.java212 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()
/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
1486 return service.getAllPresetInfo(device); in getAllPresetInfo()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1164 public @NonNull List<BluetoothHapPresetInfo> getAllPresetInfo(@NonNull BluetoothDevice device) { in getAllPresetInfo() method in BluetoothHapClient
1171 return service.getAllPresetInfo(device, mAttributionSource); in getAllPresetInfo()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsController.java275 List<BluetoothHapPresetInfo> infoList = mHapClientProfile.getAllPresetInfo( in loadAllPresetInfo()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java1029 bluetoothHapClient.getAllPresetInfo(dev)); in queryLeAudioDevices()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java632 mServiceBinder.getAllPresetInfo(mDevice2, mAttributionSource); in testGetPresetInfoAndActivePresetInfo()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt323 …D}) public java.util.List<android.bluetooth.BluetoothHapPresetInfo> getAllPresetInfo(@NonNull andr…