Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt86 private var appNotificationsEnabled = true regex
111 this.appNotificationsEnabled = checkAreAppNotificationsOn()
115 appNotificationsCurrentlyEnabled = appNotificationsEnabled
219 appNotificationsEnabled = enabled
224 return appNotificationsEnabled
228 return edits.isNotEmpty() || (appNotificationsEnabled != appNotificationsCurrentlyEnabled)
276 if (appNotificationsEnabled != appNotificationsCurrentlyEnabled) {
277 applyAppNotificationsOn(appNotificationsEnabled)