Home
last modified time | relevance | path

Searched refs:WMShellModule (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DWMComponent.java30 import com.android.wm.shell.dagger.WMShellModule;
58 @Subcomponent(modules = {WMShellModule.class})
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DREADME.txt9 +- WMShellModule (handheld)
H A DWMShellModule.java90 public class WMShellModule { class