Searched refs:mZenModeController (Results 1 – 1 of 1) sorted by relevance
81 private ZenModeController mZenModeController; field in KeyguardSliceProvider181 boolean suppressingNotifications = (mZenModeController.getConfig().suppressedVisualEffects in isDndSuppressingNotifications()183 return mZenModeController.getZen() != Settings.Global.ZEN_MODE_OFF in isDndSuppressingNotifications()193 mZenModeController = new ZenModeControllerImpl(getContext(), mHandler); in onCreateSliceProvider()194 mZenModeController.addCallback(this); in onCreateSliceProvider()