Searched refs:effectsSuppressor (Results 1 – 2 of 2) sorted by relevance
123 public ComponentName effectsSuppressor; field in VolumeDialogController.State139 if (effectsSuppressor != null) { in copy()140 rt.effectsSuppressor = effectsSuppressor.clone(); in copy()174 sep(sb, indent); sb.append("effectsSuppressor:").append(effectsSuppressor); in toString()
631 private boolean updateEffectsSuppressorW(ComponentName effectsSuppressor) {632 if (Objects.equals(mState.effectsSuppressor, effectsSuppressor)) return false;633 mState.effectsSuppressor = effectsSuppressor;635 getApplicationName(mPackageManager, mState.effectsSuppressor);636 Events.writeEvent(Events.EVENT_SUPPRESSOR_CHANGED, mState.effectsSuppressor,