OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleAsyncTaskExecutor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
AsyncTaskExecutors.java
48
return new
SimpleAsyncTaskExecutor
(AsyncTask.SERIAL_EXECUTOR);
61
return new
SimpleAsyncTaskExecutor
(AsyncTask.THREAD_POOL_EXECUTOR);
77
static class
SimpleAsyncTaskExecutor
implements AsyncTaskExecutor {
81
public
SimpleAsyncTaskExecutor
(Executor executor) {
/external/guice/lib/build/
spring-core.jar
Completed in 293 milliseconds