Searched refs:mAddressesToUnduck (Results 1 – 3 of 3) sorted by relevance
37 public final List<String> mAddressesToUnduck; field in CarDuckingInfo44 mAddressesToUnduck = Objects.requireNonNull(addressesToUnduck); in CarDuckingInfo()57 duckingInfo.deviceAddressesToUnduck = mAddressesToUnduck.toArray(new String[0]); in generateDuckingInfo()74 String.join(", ", mAddressesToUnduck)); in dump()
67 assertThat(duckingInfo.mAddressesToUnduck).containsExactlyElementsIn(sAddressesToUnduck); in constructor_validInputs_succeeds()89 .containsExactlyElementsIn(carDuckingInfo.mAddressesToUnduck); in generateDuckingInfo_includesSameAddressesToUnduck()
92 assertThat(duckingInfo.mAddressesToUnduck).isEmpty(); in constructor_initializesEmptyDuckingInfoForZones()130 assertThat(newDuckingInfo.get(PRIMARY_ZONE_ID).mAddressesToUnduck) in onFocusChange_withDuckedDevices_updatesAddressesToUnduck()161 .mAddressesToUnduck; in onFocusChange_notifiesHalOfAddressesToUnduck()