Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/
DMediaTttCommandLineHelperTest.kt49 private val commandRegistry = CommandRegistry(context, inlineExecutor) in <lambda>() constant
63 commandRegistry, in <lambda>()
74 commandRegistry.registerCommand(SENDER_COMMAND) { EmptyCommand() } in <lambda>()
81 commandRegistry.registerCommand(RECEIVER_COMMAND) { EmptyCommand() } in <lambda>()
86 commandRegistry.onShellCommand( in <lambda>()
101 commandRegistry.onShellCommand( in <lambda>()
116 commandRegistry.onShellCommand( in <lambda>()
131 commandRegistry.onShellCommand( in <lambda>()
144 commandRegistry.onShellCommand( in <lambda>()
159 commandRegistry.onShellCommand( in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceRequestController.kt49 private val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.qs.external.TileServiceRequestController
89 commandRegistry.registerCommand("tile-service-add") { TileServiceRequestCommand() } in init()
94 commandRegistry.unregisterCommand("tile-service-add") in destroy()
205 private val commandRegistry: CommandRegistry, constant in com.android.systemui.qs.external.TileServiceRequestController.Builder
212 commandRegistry, in create()
/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
54 commandRegistry, in setup()
61 verify(commandRegistry).registerCommand(eq("blueprint"), capture()) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFeatureFlagsDebugStartable.kt35 private val commandRegistry: CommandRegistry, in <lambda>() constant
50 commandRegistry.registerCommand(FlagCommand.FLAG_COMMAND) { flagCommand } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/
DKeyguardBlueprintCommandListener.kt32 private val commandRegistry: CommandRegistry, constant in com.android.systemui.keyguard.ui.view.layout.KeyguardBlueprintCommandListener
39 commandRegistry.registerCommand(COMMAND) { layoutCommand } in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsHapticsSimulator.kt34 commandRegistry: CommandRegistry,
46 commandRegistry.registerCommand("udfps-haptic") { this } in <lambda>()
DUdfpsShell.kt50 class UdfpsShell @Inject constructor(commandRegistry: CommandRegistry) : Command {
62 commandRegistry.registerCommand("udfps") { this } in <lambda>()
DAuthRippleController.kt78 private val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController
135 commandRegistry.registerCommand("auth-ripple") { AuthRippleCommand() } in <lambda>()
165 commandRegistry.unregisterCommand("auth-ripple") in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DMediaTttCommandLineHelper.kt43 private val commandRegistry: CommandRegistry, constant in com.android.systemui.media.taptotransfer.MediaTttCommandLineHelper
185 commandRegistry.registerCommand(SENDER_COMMAND) { SenderCommand() } in start()
186 commandRegistry.registerCommand(RECEIVER_COMMAND) { ReceiverCommand() } in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionCli.kt38 private val commandRegistry: CommandRegistry, constant in com.android.systemui.media.muteawait.MediaMuteAwaitConnectionCli
42 commandRegistry.registerCommand(MEDIA_MUTE_AWAIT_COMMAND) { MuteAwaitCommand() } in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DCommandLineKeyboardRepository.kt40 class CommandLineKeyboardRepository @Inject constructor(commandRegistry: CommandRegistry) :
55 commandRegistry.registerCommand(COMMAND) { KeyboardCommand() } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsShellTest.kt51 @Mock lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.biometrics.UdfpsShellTest
62 udfpsShell = UdfpsShell(commandRegistry) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DDebugModeFilterProvider.kt54 private val commandRegistry: CommandRegistry, constant in com.android.systemui.statusbar.notification.collection.provider.DebugModeFilterProvider
76 commandRegistry.registerCommand("notif-filter") { NotifFilterCommand() } in registerInvalidationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/
DLogcatEchoTrackerDebug.kt49 private val commandRegistry: CommandRegistry, constant
82 commandRegistry.registerCommand(ECHO_TRACKER_COMMAND_NAME) { in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DSideFpsProgressBarViewBinder.kt49 private val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.keyguard.ui.binder.SideFpsProgressBarViewBinder
60 commandRegistry.registerCommand(sfpsProgressBarCommand) { SfpsProgressBarCommand() } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/echo/
DLogcatEchoTrackerDebugTest.kt53 @Mock private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.log.echo.LogcatEchoTrackerDebugTest
66 commandRegistry, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWiredChargingRippleController.kt54 commandRegistry: CommandRegistry,
90 commandRegistry.registerCommand("charging-ripple") { ChargingRippleCommand() } in <lambda>()
/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
70 commandRegistry, batteryController, configurationController, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt76 @Mock private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.biometrics.AuthRippleControllerTest
126 commandRegistry, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServiceRequestControllerTest.kt69 private lateinit var commandRegistry: CommandRegistry variable in com.android.systemui.qs.external.TileServiceRequestControllerTest
94 commandRegistry, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt74 val commandRegistry: CommandRegistry, in <lambda>() constant in com.android.systemui.statusbar.phone.StatusBarContentInsetsProvider
93 commandRegistry.registerCommand(StatusBarInsetsCommand.NAME) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java331 CommandRegistry commandRegistry, in ScreenDecorations() argument
344 mCommandRegistry = commandRegistry; in ScreenDecorations()