Searched refs:instrumentation (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Browser2/test/
H A Drun_tests.sh11 $TESTRUNNER instrumentation \
/packages/apps/Settings/tests/app/src/com/android/settings/tests/
H A DPrivateVolumeSettingsTest.java38 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
39 instrumentation.startActivitySync(
/packages/apps/Dialer/tests/src/com/android/dialer/util/
H A DFakeAsyncTaskExecutor.java63 public FakeAsyncTaskExecutor(Instrumentation instrumentation) { argument
64 Assert.assertNotNull(instrumentation);
65 mInstrumentation = instrumentation;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpecStringReferenceTests.java38 final Instrumentation instrumentation = getInstrumentation();
39 final Context testContext = instrumentation.getContext();
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
H A DIntegrationTestUtils.java53 public IntegrationTestUtils(Instrumentation instrumentation) { argument
54 mInstrumentation = instrumentation;
/packages/apps/CellBroadcastReceiver/tests/testapp/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we

Completed in 243 milliseconds