Searched refs:CarAudioZoneConfigInfoWrapper (Results 1 – 1 of 1) sorted by relevance
56 private final ArrayAdapter<CarAudioZoneConfigInfoWrapper> mZoneConfigurationAdapter;108 CarAudioZoneConfigInfoWrapper[] zoneConfigArray = in ZoneConfigSelectionController()109 new CarAudioZoneConfigInfoWrapper[zoneConfigInfos.size()]; in ZoneConfigSelectionController()111 zoneConfigArray[index] = new CarAudioZoneConfigInfoWrapper(zoneConfigInfos.get(index)); in ZoneConfigSelectionController()150 new CarAudioZoneConfigInfoWrapper(currentZoneConfigInfo)); in ZoneConfigSelectionController()265 private static final class CarAudioZoneConfigInfoWrapper { class in ZoneConfigSelectionController268 CarAudioZoneConfigInfoWrapper(CarAudioZoneConfigInfo configInfo) { in CarAudioZoneConfigInfoWrapper() method in ZoneConfigSelectionController.CarAudioZoneConfigInfoWrapper283 if (!(o instanceof CarAudioZoneConfigInfoWrapper)) { in equals()286 CarAudioZoneConfigInfoWrapper wrapper = (CarAudioZoneConfigInfoWrapper) o; in equals()