Searched refs:effectsSuppressor (Results 1 – 2 of 2) sorted by relevance
107 public ComponentName effectsSuppressor; field in VolumeDialogController.State123 if (effectsSuppressor != null) { in copy()124 rt.effectsSuppressor = effectsSuppressor.clone(); in copy()158 sep(sb, indent); sb.append("effectsSuppressor:").append(effectsSuppressor); in toString()
576 private boolean updateEffectsSuppressorW(ComponentName effectsSuppressor) {577 if (Objects.equals(mState.effectsSuppressor, effectsSuppressor)) return false;578 mState.effectsSuppressor = effectsSuppressor;579 mState.effectsSuppressorName = getApplicationName(mContext, mState.effectsSuppressor);580 Events.writeEvent(mContext, Events.EVENT_SUPPRESSOR_CHANGED, mState.effectsSuppressor,