HomeSort by relevance Sort by last modified time
    Searched defs:getEffectsSuppressor (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 36 ComponentName getEffectsSuppressor();
ZenModeControllerImpl.java 162 public ComponentName getEffectsSuppressor() {
163 return NotificationManager.from(mContext).getEffectsSuppressor();
  /frameworks/base/core/java/android/app/
NotificationManager.java 95 * Intent that is broadcast when the state of {@link #getEffectsSuppressor()} changes.
331 public ComponentName getEffectsSuppressor() {
334 return service.getEffectsSuppressor();

Completed in 91 milliseconds