Searched refs:ShellCommandHandlerImpl (Results 1 – 2 of 2) sorted by relevance
38 public final class ShellCommandHandlerImpl { class39 private static final String TAG = ShellCommandHandlerImpl.class.getSimpleName();52 public ShellCommandHandlerImpl( in ShellCommandHandlerImpl() method in ShellCommandHandlerImpl220 mMainExecutor.executeBlocking(() -> ShellCommandHandlerImpl.this.dump(pw)); in dump()231 result[0] = ShellCommandHandlerImpl.this.handleCommand(args, pw); in handleCommand()
33 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()