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.java245 * See {@link #getTargetContext} to retrieve a Context for the target
250 * @see #getTargetContext
276 public Context getTargetContext() { method in class:Instrumentation
394 getTargetContext().getPackageManager(), 0);
416 getTargetContext().startActivity(intent);
1907 mUiAutomation = new UiAutomation(getTargetContext().getMainLooper(),

Completed in 2479 milliseconds