Home
last modified time | relevance | path

Searched defs:commandRegistry (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/
DKeyguardBlueprintCommandListener.kt30 private val commandRegistry: CommandRegistry, constant in com.android.systemui.keyguard.ui.view.layout.KeyguardBlueprintCommandListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/
DMediaTttCommandLineHelperTest.kt49 private val commandRegistry = CommandRegistry(context, inlineExecutor) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFeatureFlagsDebugStartable.kt35 private val commandRegistry: CommandRegistry, in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/
DKeyguardBlueprintCommandListenerTest.kt43 @Mock private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.keyguard.ui.view.layout.KeyguardBlueprintCommandListenerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsShellTest.kt53 @Mock lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.biometrics.UdfpsShellTest
DAuthRippleControllerTest.kt70 @Mock private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.biometrics.AuthRippleControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DDebugModeFilterProvider.kt51 private val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.statusbar.notification.collection.provider.DebugModeFilterProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceRequestController.kt48 private val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.qs.external.TileServiceRequestController
195 private val commandRegistry: CommandRegistry constant in com.android.systemui.qs.external.TileServiceRequestController.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DMediaTttCommandLineHelper.kt43 private val commandRegistry: CommandRegistry, constant in com.android.systemui.media.taptotransfer.MediaTttCommandLineHelper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/
DWiredChargingRippleControllerTest.kt55 @Mock private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.charging.WiredChargingRippleControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServiceRequestControllerTest.kt67 private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.qs.external.TileServiceRequestControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt73 private val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java319 CommandRegistry commandRegistry, in ScreenDecorations()