Home
last modified time | relevance | path

Searched refs:getEffectsSuppressor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DZenModeController.java36 ComponentName getEffectsSuppressor(); in getEffectsSuppressor() method
DZenModeControllerImpl.java162 public ComponentName getEffectsSuppressor() { in getEffectsSuppressor() method in ZenModeControllerImpl
163 return NotificationManager.from(mContext).getEffectsSuppressor(); in getEffectsSuppressor()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl79 ComponentName getEffectsSuppressor(); in getEffectsSuppressor() method
DNotificationManager.java331 public ComponentName getEffectsSuppressor() { in getEffectsSuppressor() method in NotificationManager
334 return service.getEffectsSuppressor(); in getEffectsSuppressor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogController.java349 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
819 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor()); in onReceive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1678 public ComponentName getEffectsSuppressor() {