Searched refs:mIsMutedBySystem (Results 1 – 1 of 1) sorted by relevance
61 private final boolean mIsMutedBySystem; field in CarVolumeGroupInfo96 mIsMutedBySystem = isMutedBySystem; in CarVolumeGroupInfo()137 this.mIsMutedBySystem = isMutedBySystem; in CarVolumeGroupInfo()217 return mIsMutedBySystem; in isMutedBySystem()284 builder.append(", muted by system = ").append(mIsMutedBySystem); in toString()310 dest.writeBoolean(mIsMutedBySystem); in writeToParcel()345 && checkIsSameMutedBySystem(that.mIsMutedBySystem); in equals()359 hash = Objects.hash(hash, mIsMutedBySystem); in hashCode()384 return mIsMutedBySystem == isMutedBySystem; in checkIsSameMutedBySystem()406 private boolean mIsMutedBySystem = false; field in CarVolumeGroupInfo.Builder[all …]