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

/frameworks/base/cmds/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/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/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 DLoadedApk.java558 app = mActivityThread.mInstrumentation.newApplication(
562 if (!mActivityThread.mInstrumentation.onException(app, e)) {
816 final Instrumentation mInstrumentation; field in class:LoadedApk.ReceiverDispatcher
873 if (mInstrumentation == null ||
874 !mInstrumentation.onException(mReceiver, e)) {
900 mInstrumentation = instrumentation;
H A DActivity.java690 private Instrumentation mInstrumentation; field in class:Activity
3746 mInstrumentation.execStartActivity(
3802 Instrumentation.ActivityResult ar = mInstrumentation.execStartActivity(
3841 mInstrumentation.execStartActivity(
3864 mInstrumentation.execStartActivityAsCaller(
4060 mInstrumentation.execStartActivities(this, mMainThread.getApplicationThread(),
4296 mInstrumentation.execStartActivity(
4350 mInstrumentation.execStartActivity(
5945 mInstrumentation = instr;
6006 mInstrumentation
[all...]
H A DActivityThread.java207 Instrumentation mInstrumentation; field in class:ActivityThread
1799 return mInstrumentation;
2226 activity = mInstrumentation.newActivity(
2235 if (!mInstrumentation.onException(activity, e)) {
2243 Application app = r.packageInfo.makeApplication(false, mInstrumentation);
2276 mInstrumentation.callActivityOnCreate(activity, r.state, r.persistentState);
2278 mInstrumentation.callActivityOnCreate(activity, r.state);
2294 mInstrumentation.callActivityOnRestoreInstanceState(activity, r.state,
2298 mInstrumentation.callActivityOnRestoreInstanceState(activity, r.state);
2304 mInstrumentation
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java447 final ArrayMap<ComponentName, PackageParser.Instrumentation> mInstrumentation = field in class:PackageManagerService
4055 final PackageParser.Instrumentation i = mInstrumentation.get(name);
4068 final Iterator<PackageParser.Instrumentation> i = mInstrumentation.values().iterator();
6371 mInstrumentation.put(a.getComponentName(), a);
6923 mInstrumentation.remove(a.getComponentName());

Completed in 918 milliseconds