Searched refs:supportsSynchronizedPresets (Results 1 – 4 of 4) sorted by relevance
786 when(mHapClientProfile.supportsSynchronizedPresets(mDevice1)).thenReturn(true); in syncDeviceWithinSet_synchronized_differentPresetIndex_shouldNotSync()787 when(mHapClientProfile.supportsSynchronizedPresets(mDevice2)).thenReturn(true); in syncDeviceWithinSet_synchronized_differentPresetIndex_shouldNotSync()802 when(mHapClientProfile.supportsSynchronizedPresets(mDevice1)).thenReturn(false); in syncDeviceWithinSet_unsynchronized_samePresetIndex_shouldNotSync()803 when(mHapClientProfile.supportsSynchronizedPresets(mDevice2)).thenReturn(false); in syncDeviceWithinSet_unsynchronized_samePresetIndex_shouldNotSync()818 when(mHapClientProfile.supportsSynchronizedPresets(mDevice1)).thenReturn(false); in syncDeviceWithinSet_unsynchronized_differentPresetIndex_shouldSync()819 when(mHapClientProfile.supportsSynchronizedPresets(mDevice2)).thenReturn(false); in syncDeviceWithinSet_unsynchronized_differentPresetIndex_shouldSync()
233 public boolean supportsSynchronizedPresets(@NonNull BluetoothDevice device) { in supportsSynchronizedPresets() method in HapClientProfile237 return mService.supportsSynchronizedPresets(device); in supportsSynchronizedPresets()
285 if (hap != null && !hap.supportsSynchronizedPresets(device.getDevice())) { in syncDeviceIfNeeded()
199 boolean supportSynchronizedPresets = mHapClientProfile.supportsSynchronizedPresets( in selectPreset()