Searched refs:mShellCommandHandler (Results 1 – 2 of 2) sorted by relevance
116 private final Optional<ShellCommandHandler> mShellCommandHandler; field in WMShell171 mShellCommandHandler = shellCommandHandler; in WMShell()430 if (mShellCommandHandler.isPresent() in dump()431 && mShellCommandHandler.get().handleCommand(args, pw)) { in dump()439 mShellCommandHandler.ifPresent( in dump()
80 @Mock ShellCommandHandler mShellCommandHandler; field in WMShellTest91 Optional.of(mShellCommandHandler), Optional.of(mCompatUI), in setUp()