OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsyncTaskExecutors
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
AsyncTaskExecutors.java
28
* Factory methods for creating
AsyncTaskExecutors
.
36
public final class
AsyncTaskExecutors
{
48
synchronized (
AsyncTaskExecutors
.class) {
61
synchronized (
AsyncTaskExecutors
.class) {
76
synchronized (
AsyncTaskExecutors
.class) {
/packages/apps/Contacts/tests/src/com/android/contacts/util/
FakeAsyncTaskExecutor.java
143
AsyncTaskExecutors
.checkCalledFromUiThread();
224
public
AsyncTaskExecutors
.AsyncTaskExecutorFactory getFactory() {
225
return new
AsyncTaskExecutors
.AsyncTaskExecutorFactory() {
Completed in 210 milliseconds