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.java221 * See {@link #getTargetContext} to retrieve a Context for the target
226 * @see #getTargetContext
252 public Context getTargetContext() { method in class:Instrumentation
370 getTargetContext().getPackageManager(), 0);
392 getTargetContext().startActivity(intent);

Completed in 503 milliseconds