Home
last modified time | relevance | path

Searched refs:ShellInterface (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DWMComponent.java39 import com.android.wm.shell.sysui.ShellInterface;
81 ShellInterface getShell(); in getShell()
H A DSysUIComponent.java50 import com.android.wm.shell.sysui.ShellInterface;
86 Builder setShell(ShellInterface s); in setShell()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DWMShellTest.java45 import com.android.wm.shell.sysui.ShellInterface;
67 @Mock ShellInterface mShellInterface;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIInitializer.java31 import com.android.wm.shell.sysui.ShellInterface;
111 .setShell(new ShellInterface() {}) in init()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellInterface.java33 public interface ShellInterface { interface
H A DShellController.java95 public ShellInterface asShell() { in asShell()
293 private class ShellInterfaceImpl implements ShellInterface {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java65 import com.android.wm.shell.sysui.ShellInterface;
107 private final ShellInterface mShell;
170 ShellInterface shell, in WMShell()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DOverviewProxyServiceTest.kt55 import com.android.wm.shell.sysui.ShellInterface
94 @Mock private lateinit var shellInterface: ShellInterface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java111 import com.android.wm.shell.sysui.ShellInterface;
147 private final ShellInterface mShellInterface;
570 ShellInterface shellInterface, in OverviewProxyService()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java100 import com.android.wm.shell.sysui.ShellInterface;
770 static ShellInterface provideShellSysuiCallbacks( in provideShellSysuiCallbacks()