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

/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DInstrumentationAutomationSupport.java30 private Instrumentation mInstrumentation; field in class:InstrumentationAutomationSupport
33 mInstrumentation = instrumentation;
38 mInstrumentation.sendStatus(resultCode, status);
/frameworks/base/core/java/android/test/
H A DInstrumentationTestSuite.java31 private final Instrumentation mInstrumentation; field in class:InstrumentationTestSuite
38 mInstrumentation = instr;
44 mInstrumentation = instr;
54 mInstrumentation = instr;
60 addTest(new InstrumentationTestSuite(testClass, mInstrumentation));
68 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation);
H A DInstrumentationTestCase.java38 private Instrumentation mInstrumentation; field in class:InstrumentationTestCase
47 mInstrumentation = instrumentation;
69 return mInstrumentation;
/frameworks/testing/androidtestlib/tests/src/com/android/test/
H A DInstrumentationJUnit4Test.java31 public Instrumentation mInstrumentation; field in class:InstrumentationJUnit4Test
39 Assert.assertNotNull(mInstrumentation);
H A DInstrumentationJUnit4Fixture.java29 public Instrumentation mInstrumentation; field in class:InstrumentationJUnit4Fixture
H A DInstrumentationJUnit4FixtureTest.java38 Assert.assertNotNull(mInstrumentation);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListUtil.java31 private final Instrumentation mInstrumentation; field in class:ListUtil
39 mInstrumentation = instrumentation;
52 mInstrumentation.waitForIdleSync();
85 mInstrumentation.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN);
96 mInstrumentation.sendCharacterSync(KeyEvent.KEYCODE_DPAD_UP);
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4Builder.java35 private final Instrumentation mInstrumentation; field in class:AndroidJUnit4Builder
40 mInstrumentation = instr;
51 return new AndroidJUnit4ClassRunner(testClass, mInstrumentation, mBundle);
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java45 private Instrumentation mInstrumentation; field in class:AndroidTestRunner
186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
189 setInstrumentationIfInstrumentationTestCase(testCase, mInstrumentation);
221 mInstrumentation = instrumentation;
/frameworks/base/core/java/android/app/
H A DActivityThread.java192 Instrumentation mInstrumentation; field in class:ActivityThread
1904 return mInstrumentation;
2128 activity = mInstrumentation.newActivity(
2136 if (!mInstrumentation.onException(activity, e)) {
2144 Application app = r.packageInfo.makeApplication(false, mInstrumentation);
2175 mInstrumentation.callActivityOnCreate(activity, r.state);
2189 mInstrumentation.callActivityOnRestoreInstanceState(activity, r.state);
2194 mInstrumentation.callActivityOnPostCreate(activity, r.state);
2210 if (!mInstrumentation.onException(activity, e)) {
2281 mInstrumentation
[all...]
H A DLoadedApk.java504 app = mActivityThread.mInstrumentation.newApplication(
508 if (!mActivityThread.mInstrumentation.onException(app, e)) {
713 final Instrumentation mInstrumentation; field in class:LoadedApk.ReceiverDispatcher
770 if (mInstrumentation == null ||
771 !mInstrumentation.onException(mReceiver, e)) {
797 mInstrumentation = instrumentation;
H A DActivity.java671 private Instrumentation mInstrumentation; field in class:Activity
3391 mInstrumentation.execStartActivity(
3435 mInstrumentation.execStartActivity(
3631 mInstrumentation.execStartActivities(this, mMainThread.getApplicationThread(),
3867 mInstrumentation.execStartActivity(
3918 mInstrumentation.execStartActivity(
5104 mInstrumentation = instr;
5143 mInstrumentation.callActivityOnStart(this);
5192 mInstrumentation.callActivityOnRestart(this);
5211 mInstrumentation
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java391 final HashMap<ComponentName, PackageParser.Instrumentation> mInstrumentation = field in class:PackageManagerService
3277 final PackageParser.Instrumentation i = mInstrumentation.get(name);
3289 final Iterator<PackageParser.Instrumentation> i = mInstrumentation.values().iterator();
4818 mInstrumentation.put(a.getComponentName(), a);
5052 mInstrumentation.remove(a.getComponentName());

Completed in 319 milliseconds