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

  /packages/apps/Dialer/src/com/android/dialer/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/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 36 * Test implementation of AsyncTaskExecutor.
38 * This class is thread-safe. As per the contract of the AsyncTaskExecutor, the submit methods must
50 public class FakeAsyncTaskExecutor implements AsyncTaskExecutor {
62 /** Create a fake AsyncTaskExecutor for use in unit tests. */
131 + "Are you calling AsyncTaskExecutor.submit(...) from within the "
226 public AsyncTaskExecutor createAsyncTaskExeuctor() {
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 34 import com.android.dialer.util.AsyncTaskExecutor;
163 private final AsyncTaskExecutor mAsyncTaskExecutor;
176 boolean startPlayingImmediately, AsyncTaskExecutor asyncTaskExecutor,
182 mAsyncTaskExecutor = asyncTaskExecutor;
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 64 import com.android.dialer.util.AsyncTaskExecutor;
115 private AsyncTaskExecutor mAsyncTaskExecutor;
    [all...]

Completed in 721 milliseconds