Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandRegistry.kt65 fun registerCommand( in registerCommand() method in com.android.systemui.statusbar.commandline.CommandRegistry
80 fun registerCommand(name: String, commandFactory: () -> Command) { in registerCommand() method in com.android.systemui.statusbar.commandline.CommandRegistry