HomeSort by relevance Sort by last modified time
    Searched refs:targetContext (Results 1 - 11 of 11) sorted by null

  /external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
BlacklistedApis.java 70 Context targetContext = InstrumentationRegistry.getTargetContext();
72 FrameLayout child = new FrameLayout(targetContext);
73 FrameLayout parent = spy(new FrameLayout(targetContext));
101 Context targetContext = InstrumentationRegistry.getTargetContext();
103 FrameLayout child = new FrameLayout(targetContext);
104 FrameLayout parent = spy(new FrameLayout(targetContext));
  /cts/tests/app/src/android/app/cts/
ApplicationTest.java 46 final Context targetContext = instrumentation.getTargetContext();
48 final Intent intent = new Intent(targetContext, MockApplicationActivity.class);
ActivityCallbacksTest.java 79 Context targetContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
80 Application application = (Application) targetContext.getApplicationContext();
87 Context targetContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
88 Application application = (Application) targetContext.getApplicationContext();
ActivityManagerTest.java 338 final Context targetContext = mInstrumentation.getTargetContext();
339 final String targetPackage = targetContext.getPackageName();
340 final ActivityManager am = targetContext.getSystemService(ActivityManager.class);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
CameraTestInstrumentation.java 46 public void initialize(Context targetContext, MetricListener listener) {
47 mTargetContext = targetContext;
  /cts/tests/tests/theme/src/android/theme/cts/
ThemeRebaseTest.java 48 Context targetContext = InstrumentationRegistry.getTargetContext();
51 mContext = targetContext.createConfigurationContext(config);
  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 62 Context targetContext = InstrumentationUtils.getInstrumentation().getTargetContext();
63 return resourceId(targetContext.getResources().getResourceName(resourceId));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
EdgeEffectTests.java 76 final Context targetContext = InstrumentationRegistry.getTargetContext();
77 mThemeContext = new ContextThemeWrapper(targetContext,
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 400 final Context targetContext = target.getContext();
401 final CharSequence expectedValue = targetContext.getString(valueResId);
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 558 milliseconds