Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt88 private var appNotificationsEnabled = true in <lambda>() variable
113 this.appNotificationsEnabled = checkAreAppNotificationsOn() in <lambda>()
117 appNotificationsCurrentlyEnabled = appNotificationsEnabled in <lambda>()
221 appNotificationsEnabled = enabled in <lambda>()
226 return appNotificationsEnabled in <lambda>()
230 return edits.isNotEmpty() || (appNotificationsEnabled != appNotificationsCurrentlyEnabled) in <lambda>()
278 if (appNotificationsEnabled != appNotificationsCurrentlyEnabled) { in <lambda>()
279 applyAppNotificationsOn(appNotificationsEnabled) in <lambda>()