Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt84 var appNotificationsEnabled = true in <lambda>() variable
107 this.appNotificationsEnabled = checkAreAppNotificationsOn() in <lambda>()
245 if (appNotificationsEnabled != checkAreAppNotificationsOn()) { in <lambda>()
246 applyAppNotificationsOn(appNotificationsEnabled) in <lambda>()
DChannelEditorListView.kt62 val enabled = controller.appNotificationsEnabled in <lambda>()
117 controller.appNotificationsEnabled = b in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt150 controller.appNotificationsEnabled = false in testApply_demoteApp()
165 controller.appNotificationsEnabled = true in testApply_promoteApp()