Searched refs:mIsConfigActive (Results 1 – 1 of 1) sorted by relevance
51 private final boolean mIsConfigActive; field in CarAudioZoneConfigInfo90 mIsConfigActive = isActive; in CarAudioZoneConfigInfo()105 mIsConfigActive = in.readBoolean(); in CarAudioZoneConfigInfo()166 builder.append(", is active = ").append(mIsConfigActive) in toString()181 dest.writeBoolean(mIsConfigActive); in writeToParcel()199 return hasSameConfigInfoInternal(that) && mIsConfigActive == that.mIsConfigActive in equals()236 return Objects.hash(mName, mZoneId, mConfigId, mIsConfigActive, mIsConfigSelected, in hashCode()254 return mIsConfigActive; in isActive()325 private boolean mIsConfigActive; field in CarAudioZoneConfigInfo.Builder340 mIsConfigActive = info.mIsConfigActive; in Builder()[all …]