Searched defs:getTargetContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java227 public Context getTargetContext() { method in class:InstrumentationTestRunnerTest.StubInstrumentationTestRunner
/frameworks/base/core/java/android/app/
H A DInstrumentation.java279 * See {@link #getTargetContext} to retrieve a Context for the target
284 * @see #getTargetContext
310 public Context getTargetContext() { method in class:Instrumentation
470 getTargetContext().getPackageManager(), 0);
492 getTargetContext().startActivity(intent, options);
2111 mUiAutomation = new UiAutomation(getTargetContext().getMainLooper(),

Completed in 52 milliseconds