Searched refs:hasSameConfigInfo (Results 1 – 9 of 9) sorted by relevance
214 .that(infoWithSameContent.hasSameConfigInfo(TEST_ZONE_CONFIG_INFO)).isTrue(); in hasSameConfigInfo_forSameContent()224 () -> infoWithSameContent.hasSameConfigInfo(null)); in hasSameConfigInfo_withNullInfo()
82 ? mInfo.hasSameConfigInfo(info) : mInfo.equals(info); in isSameConfig()
288 ? mZoneConfigInfo.hasSameConfigInfo(wrapper.mZoneConfigInfo) in equals()
228 public boolean hasSameConfigInfo(@NonNull CarAudioZoneConfigInfo info) { in hasSameConfigInfo() method in CarAudioZoneConfigInfo
230 .hasSameConfigInfo(defaultInfo)).isTrue(); in getDefaultAudioZoneConfigInfo()
4718 .that(callback.getZoneConfig().hasSameConfigInfo(zoneConfigSwitchTo)).isTrue(); in switchZoneToConfig_withDynamicDevicesFlagEnabled()6352 .filter(i-> i.hasSameConfigInfo(previousConfig)).findFirst().orElseThrow( in getUpdatedCarAudioZoneConfigInfo()
1743 …Api("android.car.feature.car_audio_dynamic_devices") public boolean hasSameConfigInfo(@NonNull and…
1818 …Api("android.car.feature.car_audio_dynamic_devices") public boolean hasSameConfigInfo(@NonNull and…