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

/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/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/base/core/tests/coretests/src/android/widget/expandablelistview/
H A DExpandableListTester.java38 Instrumentation mInstrumentation; field in class:ExpandableListTester
49 mInstrumentation = mActivityInstrumentation.getInstrumentation();
56 mInstrumentation.waitForIdleSync();
79 mInstrumentation.waitForIdleSync();
97 mInstrumentation.waitForIdleSync();
109 mInstrumentation.waitForIdleSync();
124 mInstrumentation.waitForIdleSync();
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java43 private Instrumentation mInstrumentation; field in class:AndroidTestRunner
164 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
167 setInstrumentationIfInstrumentationTestCase(testCase, mInstrumentation);
199 mInstrumentation = instrumentation;
/frameworks/base/core/java/android/app/
H A DActivityThread.java158 Instrumentation mInstrumentation; field in class:ActivityThread
1345 return mInstrumentation;
1561 activity = mInstrumentation.newActivity(
1568 if (!mInstrumentation.onException(activity, e)) {
1576 Application app = r.packageInfo.makeApplication(false, mInstrumentation);
1611 mInstrumentation.callActivityOnCreate(activity, r.state);
1625 mInstrumentation.callActivityOnRestoreInstanceState(activity, r.state);
1630 mInstrumentation.callActivityOnPostCreate(activity, r.state);
1646 if (!mInstrumentation.onException(activity, e)) {
1682 mInstrumentation
[all...]
H A DActivity.java622 private Instrumentation mInstrumentation; field in class:Activity
2828 mInstrumentation.execStartActivity(
3068 mInstrumentation.execStartActivity(
3764 mInstrumentation = instr;
3791 mInstrumentation.callActivityOnStart(this);
3815 mInstrumentation.callActivityOnRestart(this);
3832 mInstrumentation.callActivityOnResume(this);
3873 mInstrumentation.callActivityOnStop(this);
H A DLoadedApk.java461 app = mActivityThread.mInstrumentation.newApplication(
465 if (!mActivityThread.mInstrumentation.onException(app, e)) {
658 final Instrumentation mInstrumentation; field in class:LoadedApk.ReceiverDispatcher
720 if (mInstrumentation == null ||
721 !mInstrumentation.onException(mReceiver, e)) {
753 mInstrumentation = instrumentation;
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java326 final HashMap<ComponentName, PackageParser.Instrumentation> mInstrumentation = field in class:PackageManagerService
2521 final PackageParser.Instrumentation i = mInstrumentation.get(name);
2532 Iterator<PackageParser.Instrumentation> i = mInstrumentation.values().iterator();
3630 mInstrumentation.put(a.getComponentName(), a);
3817 mInstrumentation.remove(a.getComponentName());

Completed in 269 milliseconds