Searched refs:mInstrumentation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DFakeAsyncTaskExecutor.java64 private final Instrumentation mInstrumentation; field in class:FakeAsyncTaskExecutor
68 mInstrumentation = checkNotNull(instrumentation);
198 mInstrumentation.waitForIdle(this);
202 mInstrumentation.waitForIdle(new AsyncTaskHasFinishedRunnable());
H A DIntegrationTestUtils.java49 private final Instrumentation mInstrumentation; field in class:IntegrationTestUtils
54 mInstrumentation = instrumentation;
95 mInstrumentation.waitForIdle(future);

Completed in 306 milliseconds