Searched refs:mHasMuteCommand (Results 1 – 1 of 1) sorted by relevance
47 private final boolean mHasMuteCommand; field in VolumeInfo62 mHasMuteCommand = hasMuteCommand; in VolumeInfo()122 return mHasMuteCommand; in hasMuteCommand()195 private boolean mHasMuteCommand = false; field in VolumeInfo.Builder231 mHasMuteCommand = info.mHasMuteCommand; in Builder()245 mHasMuteCommand = true; in setMuted()309 return new VolumeInfo(mUsesStreamType, mHasMuteCommand, mIsMuted, in build()319 return Objects.hash(mUsesStreamType, mHasMuteCommand, mStreamType, mIsMuted, in hashCode()331 && (mHasMuteCommand == that.mHasMuteCommand) in equals()344 + (mHasMuteCommand ? (" muted:" + mIsMuted) : ("[no mute cmd]")) in toString()[all …]