Searched refs:setZenMode (Results 1 – 3 of 3) sorted by relevance
79 NotificationManager.from(this).setZenMode(mode, condition.id, TAG); in setZenModeConfig()81 NotificationManager.from(this).setZenMode(mode, null, TAG); in setZenModeConfig()
134 protected void setZenMode(int zenMode, Uri conditionId) { in setZenMode() method in ZenModeSettingsBase135 NotificationManager.from(mContext).setZenMode(zenMode, conditionId, TAG); in setZenMode()
124 notificationManager.setZenMode(Settings.Global.ZEN_MODE_OFF, null, TAG); in onActionClick()