Searched refs:WMShellModule (Results 1 – 5 of 5) sorted by relevance
26 import com.android.wm.shell.dagger.WMShellModule;56 @Subcomponent(modules = {WMShellModule.class})
29 - [WMShellModule](/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/WMShellModule.java)
22 1) On phones: `WMComponent` includes `WMShellModule` which includes `WMShellBaseModule`
26 - or `WMShellModule`, `TvWmShellModule`, etc. for product specific components that no base
128 public abstract class WMShellModule { class