Searched refs:WMShellBaseModule (Results 1 – 9 of 9) sorted by relevance
24 import com.android.wm.shell.dagger.WMShellBaseModule;37 @Module(includes = WMShellBaseModule.class)
43 import com.android.wm.shell.dagger.WMShellBaseModule;75 WMShellBaseModule.class
37 import com.android.wm.shell.dagger.WMShellBaseModule;68 WMShellBaseModule.class,
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
111 WMShellBaseModule.class,
128 public abstract class WMShellBaseModule { class