Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java484 final boolean useThreadPool = useThreadPool(curUserId, onWhat); in onUser()
486 useThreadPool ? Executors.newFixedThreadPool(mNumUserPoolThreads) : null; in onUser()
511 final boolean submitToThreadPool = useThreadPool && useThreadPoolForService(onWhat, i); in onUser()
556 if (useThreadPool) { in onUser()
584 private boolean useThreadPool(int userId, @NonNull String onWhat) { in useThreadPool() method in SystemServiceManager
/frameworks/base/services/
Dart-profile2673 HSPLcom/android/server/SystemServiceManager;->useThreadPool(ILjava/lang/String;)Z