Searched defs:mInstrumentation (Results 1 - 10 of 10) 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/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java51 protected Instrumentation mInstrumentation; field in class:GridWidgetTest
353 mInstrumentation = getInstrumentation();
354 Intent intent = new Intent(mInstrumentation.getContext(), GridActivity.class);
371 mInstrumentation = getInstrumentation();
372 Intent intent = new Intent(mInstrumentation.getContext(), GridActivity.class);
388 mInstrumentation = getInstrumentation();
389 Intent intent = new Intent(mInstrumentation.getContext(), GridActivity.class);
417 mInstrumentation = getInstrumentation();
418 Intent intent = new Intent(mInstrumentation.getContext(), GridActivity.class);
460 mInstrumentation
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java573 app = mActivityThread.mInstrumentation.newApplication(
577 if (!mActivityThread.mInstrumentation.onException(app, e)) {
831 final Instrumentation mInstrumentation; field in class:LoadedApk.ReceiverDispatcher
888 if (mInstrumentation == null ||
889 !mInstrumentation.onException(mReceiver, e)) {
915 mInstrumentation = instrumentation;
H A DActivity.java702 private Instrumentation mInstrumentation; field in class:Activity
3917 mInstrumentation.execStartActivity(
3979 Instrumentation.ActivityResult ar = mInstrumentation.execStartActivity(
4015 mInstrumentation.execStartActivity(
4047 mInstrumentation.execStartActivityAsCaller(
4244 mInstrumentation.execStartActivities(this, mMainThread.getApplicationThread(),
4484 mInstrumentation.execStartActivity(
4549 mInstrumentation.execStartActivity(
6192 mInstrumentation = instr;
6253 mInstrumentation
[all...]
H A DActivityThread.java204 Instrumentation mInstrumentation; field in class:ActivityThread
1862 return mInstrumentation;
2317 activity = mInstrumentation.newActivity(
2326 if (!mInstrumentation.onException(activity, e)) {
2334 Application app = r.packageInfo.makeApplication(false, mInstrumentation);
2367 mInstrumentation.callActivityOnCreate(activity, r.state, r.persistentState);
2369 mInstrumentation.callActivityOnCreate(activity, r.state);
2385 mInstrumentation.callActivityOnRestoreInstanceState(activity, r.state,
2389 mInstrumentation.callActivityOnRestoreInstanceState(activity, r.state);
2395 mInstrumentation
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java548 final ArrayMap<ComponentName, PackageParser.Instrumentation> mInstrumentation = field in class:PackageManagerService
5527 final PackageParser.Instrumentation i = mInstrumentation.get(name);
5540 final Iterator<PackageParser.Instrumentation> i = mInstrumentation.values().iterator();
7511 mInstrumentation.put(a.getComponentName(), a);
8204 mInstrumentation.remove(a.getComponentName());

Completed in 635 milliseconds