Searched defs:mNotificationEffectsSuppressor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java174 private ComponentName mNotificationEffectsSuppressor; field in class:VolumePanel
449 mNotificationEffectsSuppressor = mZenController.getEffectsSuppressor();
484 pw.print(" mNotificationEffectsSuppressor="); pw.println(mNotificationEffectsSuppressor);
751 suppressor = mNotificationEffectsSuppressor;
772 ? mNotificationEffectsSuppressor : null;
822 } else if (isRinger && mNotificationEffectsSuppressor != null) {
1572 mNotificationEffectsSuppressor = mZenController.getEffectsSuppressor();

Completed in 27 milliseconds