Home
last modified time | relevance | path

Searched refs:WMShellConcurrencyModule (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIInitializer.java29 import com.android.wm.shell.dagger.WMShellConcurrencyModule;
145 || !WMShellConcurrencyModule.enableShellMainThread(context)) { in setupWmComponent()
152 HandlerThread shellThread = WMShellConcurrencyModule.createShellMainThread(); in setupWmComponent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Ddagger.md24 - [WMShellConcurrencyModule](frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagg…
Dthreading.md46 …ovided by the [WMShellConcurrencyModule](frameworks/base/libs/WindowManager/Shell/src/com/android/…
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellConcurrencyModule.java50 public abstract class WMShellConcurrencyModule { class
DWMShellBaseModule.java127 @Module(includes = WMShellConcurrencyModule.class)