Searched refs:getEffectsSuppressor (Results 1 - 8 of 8) sorted by path

/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl132 ComponentName getEffectsSuppressor();
H A DNotificationManager.java168 * Intent that is broadcast when the state of {@link #getEffectsSuppressor()} changes.
633 public ComponentName getEffectsSuppressor() { method in class:NotificationManager
636 return service.getEffectsSuppressor();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeController.java34 ComponentName getEffectsSuppressor(); method in interface:ZenModeController
H A DZenModeControllerImpl.java173 public ComponentName getEffectsSuppressor() { method in class:ZenModeControllerImpl
174 return NotificationManager.from(mContext).getEffectsSuppressor();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java462 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
976 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeZenModeController.java62 public ComponentName getEffectsSuppressor() { method in class:FakeZenModeController
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3137 public ComponentName getEffectsSuppressor() {

Completed in 227 milliseconds