Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java514 final boolean submitToThreadPool = useThreadPool && useThreadPoolForService(onWhat, i); in onUser()
594 private boolean useThreadPoolForService(@NonNull String onWhat, int serviceIndex) { in useThreadPoolForService() method in SystemServiceManager