Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java487 final boolean useThreadPool = useThreadPool(curUserId, onWhat); in onUser()
489 useThreadPool ? Executors.newFixedThreadPool(mNumUserPoolThreads) : null; in onUser()
514 final boolean submitToThreadPool = useThreadPool && useThreadPoolForService(onWhat, i); in onUser()
559 if (useThreadPool) { in onUser()
581 private boolean useThreadPool(int userId, @NonNull String onWhat) { in useThreadPool() method in SystemServiceManager