Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt90 private var appNotificationsCurrentlyEnabled: Boolean? = null in <lambda>() variable
117 appNotificationsCurrentlyEnabled = appNotificationsEnabled in <lambda>()
198 appNotificationsCurrentlyEnabled = null in <lambda>()
230 return edits.isNotEmpty() || (appNotificationsEnabled != appNotificationsCurrentlyEnabled) in <lambda>()
278 if (appNotificationsEnabled != appNotificationsCurrentlyEnabled) { in <lambda>()