Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DZoneConfigSelectionController.java266 private final CarAudioZoneConfigInfo mZoneConfigInfo; field in ZoneConfigSelectionController.CarAudioZoneConfigInfoWrapper
269 mZoneConfigInfo = configInfo; in CarAudioZoneConfigInfoWrapper()
273 return mZoneConfigInfo; in getZoneConfigInfo()
278 return mZoneConfigInfo.getName() + ", Id: " + mZoneConfigInfo.getConfigId(); in toString()
288 ? mZoneConfigInfo.hasSameConfigInfo(wrapper.mZoneConfigInfo) in equals()
289 : mZoneConfigInfo.equals(wrapper.mZoneConfigInfo); in equals()
294 return mZoneConfigInfo.hashCode(); in hashCode()