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