HomeSort by relevance Sort by last modified time
    Searched refs:AsyncTaskExecutor (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
AsyncTaskExecutor.java 30 * introduce a mock or fake AsyncTaskExecutor in unit/integration tests, and thus inspect which
37 public interface AsyncTaskExecutor {
AsyncTaskExecutors.java 44 * Creates an AsyncTaskExecutor that submits tasks to run with
47 public static AsyncTaskExecutor createAsyncTaskExecutor() {
57 * Creates an AsyncTaskExecutor that submits tasks to run with
60 public static AsyncTaskExecutor createThreadPoolExecutor() {
69 /** Interface for creating AsyncTaskExecutor objects. */
71 AsyncTaskExecutor createAsyncTaskExeuctor();
86 private static class SimpleAsyncTaskExecutor implements AsyncTaskExecutor {
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
FakeAsyncTaskExecutor.java 40 * Test implementation of AsyncTaskExecutor.
42 * This class is thread-safe. As per the contract of the AsyncTaskExecutor, the submit methods must
54 public class FakeAsyncTaskExecutor implements AsyncTaskExecutor {
66 /** Create a fake AsyncTaskExecutor for use in unit tests. */
133 + "Are you calling AsyncTaskExecutor.submit(...) from within the "
227 public AsyncTaskExecutor createAsyncTaskExeuctor() {
  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackPresenter.java 22 import com.android.contacts.util.AsyncTaskExecutor;
163 private final AsyncTaskExecutor mAsyncTaskExecutor;
176 boolean startPlayingImmediately, AsyncTaskExecutor asyncTaskExecutor,
182 mAsyncTaskExecutor = asyncTaskExecutor;
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 25 import com.android.contacts.util.AsyncTaskExecutor;
104 private AsyncTaskExecutor mAsyncTaskExecutor;
    [all...]

Completed in 331 milliseconds