Searched refs:useThreadPool (Results 1 – 1 of 1) sorted by relevance
487 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