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()
577 private boolean updateEffectsSuppressorW(ComponentName effectsSuppressor) {578 if (Objects.equals(mState.effectsSuppressor, effectsSuppressor)) return false;579 mState.effectsSuppressor = effectsSuppressor;580 mState.effectsSuppressorName = getApplicationName(mContext, mState.effectsSuppressor);581 Events.writeEvent(mContext, Events.EVENT_SUPPRESSOR_CHANGED, mState.effectsSuppressor,