Home
last modified time | relevance | path

Searched refs:enableShellMainThread (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellConcurrencyModule.java58 public static boolean enableShellMainThread(Context context) { in enableShellMainThread() method in WMShellConcurrencyModule
113 if (enableShellMainThread(context)) { in provideShellMainHandler()
138 if (enableShellMainThread(context)) { in provideShellMainExecutor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIInitializer.java145 || !WMShellConcurrencyModule.enableShellMainThread(context)) { in setupWmComponent()