Searched refs:mExecutors (Results 1 – 5 of 5) sorted by relevance
28 private HashMap<String, NamedTaskExecutor> mExecutors; field in PerNameExecutor38 if (mExecutors == null) return; in cancelPendingTasks()39 for (NamedTaskExecutor executor : mExecutors.values()) { in cancelPendingTasks()45 if (mExecutors == null) return; in close()46 for (NamedTaskExecutor executor : mExecutors.values()) { in close()52 if (mExecutors == null) { in execute()53 mExecutors = new HashMap<String, NamedTaskExecutor>(); in execute()56 NamedTaskExecutor executor = mExecutors.get(name); in execute()59 mExecutors.put(name, executor); in execute()
241 private ExecutorService[] mExecutors = new ExecutorService[2]; field in MmsService288 for (int i = 0; i < mExecutors.length; i++) { in onCreate()289 mExecutors[i] = Executors.newFixedThreadPool(sThreadPoolSize); in onCreate()304 for (ExecutorService executor : mExecutors) { in onDestroy()454 return mExecutors[0]; in getRequestExecutor()457 return mExecutors[1]; in getRequestExecutor()
26 private final LinkedList<MockNamedTaskExecutor> mExecutors field in MockNamedTaskExecutorFactory33 for (MockNamedTaskExecutor executor : mExecutors) { in runNext()40 mExecutors.add(executor); in create()
98 protected final Lookup<String, Executor> mExecutors; field in AbstractActionHandler141 mExecutors = executors; in AbstractActionHandler()191 task.executeOnExecutor(mExecutors.lookup(root.authority)); in getRootDocument()204 task.executeOnExecutor(mExecutors.lookup(doc == null ? null : doc.authority)); in refreshDocument()448 ).executeOnExecutor(mExecutors.lookup(uri.getAuthority()), uri); in loadDocument()454 .executeOnExecutor(mExecutors.lookup(uri.getAuthority())); in loadRoot()
363 return mExecutors.lookup(cwd.authority); in getExecutorForCurrentDirectory()