Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java116 private final Optional<ShellCommandHandler> mShellCommandHandler; field in WMShell
171 mShellCommandHandler = shellCommandHandler; in WMShell()
430 if (mShellCommandHandler.isPresent() in dump()
431 && mShellCommandHandler.get().handleCommand(args, pw)) { in dump()
439 mShellCommandHandler.ifPresent( in dump()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DWMShellTest.java80 @Mock ShellCommandHandler mShellCommandHandler; field in WMShellTest
91 Optional.of(mShellCommandHandler), Optional.of(mCompatUI), in setUp()