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.kt86 private var appNotificationsEnabled = true in <lambda>() variable
111 this.appNotificationsEnabled = checkAreAppNotificationsOn() in <lambda>()
116 appNotificationsCurrentlyEnabled = appNotificationsEnabled in <lambda>()
207 appNotificationsEnabled = enabled in <lambda>()
212 return appNotificationsEnabled in <lambda>()
216 return edits.isNotEmpty() || (appNotificationsEnabled != appNotificationsCurrentlyEnabled) in <lambda>()
264 if (appNotificationsEnabled != appNotificationsCurrentlyEnabled) { in <lambda>()
265 applyAppNotificationsOn(appNotificationsEnabled) in <lambda>()