Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinatorImpl.kt176 private fun shouldRunAction(controlId: String) = in <lambda>() method in com.android.systemui.controls.ui.ControlActionCoordinatorImpl
253 if (!blockable || shouldRunAction(controlId)) { in <lambda>()