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