Searched refs:WMShellBaseModule (Results 1 – 7 of 7) sorted by relevance
11 - **Don't** override classes provided by WMShellBaseModule, it makes it difficult to make
26 …- [WMShellBaseModule](frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/WMS…
22 1) On phones: `WMComponent` includes `WMShellModule` which includes `WMShellBaseModule`24 2) On TVs: `TvWMComponent` includes `TvWMShellModule` which includes `WMShellBaseModule`
25 - `WMShellBaseModule` for components that other base & product components will depend on69 - Explicitly add this component to the WMShellBaseModule @ShellCreateTrigger provider or
64 @Module(includes = {WMShellBaseModule.class})
120 @Module(includes = WMShellBaseModule.class)
118 public abstract class WMShellBaseModule { class