Searched refs:mMuteAffectedStreams (Results 1 – 1 of 1) sorted by relevance
385 private int mMuteAffectedStreams; field in AudioService898 mMuteAffectedStreams &= ~(1 << vss.mStreamType); in checkMuteAffectedStreams()925 pw.println(Integer.toHexString(mMuteAffectedStreams)); in dumpStreamStates()1029 mMuteAffectedStreams = System.getIntForUser(cr, in readPersistedSettings()3353 return (mMuteAffectedStreams & (1 << streamType)) != 0; in isStreamAffectedByMute()