Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/media/
DCarVolumeGroupInfo.java61 private final boolean mIsMutedBySystem; field in CarVolumeGroupInfo
96 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 …]