Home
last modified time | relevance | path

Searched defs:mainThread (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellConcurrencyModule.java97 HandlerThread mainThread = new HandlerThread("wmshell.main", THREAD_PRIORITY_DISPLAY); in createShellMainThread() local
111 @Nullable @ShellMainThread HandlerThread mainThread, in provideShellMainHandler()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowProviderService.java197 public final Context createServiceBaseContext(ActivityThread mainThread, in createServiceBaseContext()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java3285 static ContextImpl createSystemContext(ActivityThread mainThread) { in createSystemContext()
3315 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo) { in createAppContext()
3319 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo, in createAppContext()
3331 static ContextImpl createActivityContext(ActivityThread mainThread, in createActivityContext()
3393 private ContextImpl(@Nullable ContextImpl container, @NonNull ActivityThread mainThread, in ContextImpl()
3641 public ApplicationContentResolver(Context context, ActivityThread mainThread) { in ApplicationContentResolver()