/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/ |
D | MediaTttCommandLineHelperTest.kt | 49 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/ |
D | TileServiceRequestController.kt | 49 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/ |
D | KeyguardBlueprintCommandListenerTest.kt | 43 @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/ |
D | FeatureFlagsDebugStartable.kt | 35 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/ |
D | KeyguardBlueprintCommandListener.kt | 32 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/ |
D | UdfpsHapticsSimulator.kt | 34 commandRegistry: CommandRegistry, 46 commandRegistry.registerCommand("udfps-haptic") { this } in <lambda>()
|
D | UdfpsShell.kt | 50 class UdfpsShell @Inject constructor(commandRegistry: CommandRegistry) : Command { 62 commandRegistry.registerCommand("udfps") { this } in <lambda>()
|
D | AuthRippleController.kt | 78 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/ |
D | MediaTttCommandLineHelper.kt | 43 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/ |
D | MediaMuteAwaitConnectionCli.kt | 38 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/ |
D | CommandLineKeyboardRepository.kt | 40 class CommandLineKeyboardRepository @Inject constructor(commandRegistry: CommandRegistry) : 55 commandRegistry.registerCommand(COMMAND) { KeyboardCommand() } in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsShellTest.kt | 51 @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/ |
D | DebugModeFilterProvider.kt | 54 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/ |
D | LogcatEchoTrackerDebug.kt | 49 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/ |
D | SideFpsProgressBarViewBinder.kt | 49 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/ |
D | LogcatEchoTrackerDebugTest.kt | 53 @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/ |
D | WiredChargingRippleController.kt | 54 commandRegistry: CommandRegistry, 90 commandRegistry.registerCommand("charging-ripple") { ChargingRippleCommand() } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/ |
D | WiredChargingRippleControllerTest.kt | 55 @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/ |
D | AuthRippleControllerTest.kt | 76 @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/ |
D | TileServiceRequestControllerTest.kt | 69 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/ |
D | StatusBarContentInsetsProvider.kt | 74 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/ |
D | ScreenDecorations.java | 331 CommandRegistry commandRegistry, in ScreenDecorations() argument 344 mCommandRegistry = commandRegistry; in ScreenDecorations()
|