Searched refs:getEffectsSuppressor (Results 1 - 6 of 6) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeController.java33 ComponentName getEffectsSuppressor(); method in interface:ZenModeController
H A DZenModeControllerImpl.java167 public ComponentName getEffectsSuppressor() { method in class:ZenModeControllerImpl
168 return NotificationManager.from(mContext).getEffectsSuppressor();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java704 ? mZenController.getEffectsSuppressor() : null;
1438 mZenController.getEffectsSuppressor()).sendToTarget();
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1482 public ComponentName getEffectsSuppressor() {
1483 enforceSystemOrSystemUI("INotificationManager.getEffectsSuppressor");
/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl72 ComponentName getEffectsSuppressor();
H A DNotificationManager.java79 * Intent that is broadcast when the state of {@link #getEffectsSuppressor()} changes.
246 public ComponentName getEffectsSuppressor() { method in class:NotificationManager
249 return service.getEffectsSuppressor();

Completed in 604 milliseconds