Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellCommandHandlerImpl.java38 public final class ShellCommandHandlerImpl { class
39 private static final String TAG = ShellCommandHandlerImpl.class.getSimpleName();
52 public ShellCommandHandlerImpl( in ShellCommandHandlerImpl() method in ShellCommandHandlerImpl
220 mMainExecutor.executeBlocking(() -> ShellCommandHandlerImpl.this.dump(pw)); in dump()
231 result[0] = ShellCommandHandlerImpl.this.handleCommand(args, pw); in handleCommand()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java33 import com.android.wm.shell.ShellCommandHandlerImpl;
644 static Optional<ShellCommandHandler> provideShellCommandHandler(ShellCommandHandlerImpl impl) { in provideShellCommandHandler()
650 static ShellCommandHandlerImpl provideShellCommandHandlerImpl( in provideShellCommandHandlerImpl()
660 return new ShellCommandHandlerImpl(shellTaskOrganizer, in provideShellCommandHandlerImpl()