HomeSort by relevance Sort by last modified time
    Searched refs:getTargetContext (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/base/android/javatests/src/org/chromium/base/
LibraryLoaderHelperTest.java 23 Context context = getInstrumentation().getTargetContext();
32 Context context = getInstrumentation().getTargetContext();
49 Context context = getInstrumentation().getTargetContext();
  /frameworks/multidex/instrumentation/src/com/android/test/runner/
MultiDexTestRunner.java 30 MultiDex.install(getTargetContext());
  /packages/apps/Browser/tests/src/com/android/browser/
BrowserLaunchPerformance.java 13 mIntent.setClassName(getTargetContext(), "com.android.browser.BrowserActivity");
  /packages/apps/DeskClock/tests/src/com/android/deskclock/
DeskClockLaunchPerformance.java 32 mIntent.setClassName(getTargetContext(), "com.android.deskclock.DeskClock");
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
ViewFinderImplTest.java 49 testView = new RelativeLayout(getInstrumentation().getTargetContext());
50 child1 = new TextView(getInstrumentation().getTargetContext());
52 child2 = new TextView(getInstrumentation().getTargetContext());
54 child3 = new TextView(getInstrumentation().getTargetContext());
56 child4 = new TextView(getInstrumentation().getTargetContext());
58 nestedChild = new TextView(getInstrumentation().getTargetContext());
60 RelativeLayout nestingLayout = new RelativeLayout(getInstrumentation().getTargetContext());
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/matcher/
ViewMatchersTest.java 69 View v = new View(getInstrumentation().getTargetContext());
74 View v = new View(getInstrumentation().getTargetContext());
79 View v = new RadioButton(getInstrumentation().getTargetContext());
85 View view = new View(getInstrumentation().getTargetContext());
105 View view = new View(getInstrumentation().getTargetContext());
114 View view = new View(getInstrumentation().getTargetContext());
125 View view = new View(getInstrumentation().getTargetContext());
149 View view = new View(getInstrumentation().getTargetContext());
161 View view = new View(getInstrumentation().getTargetContext());
179 View view = new View(getInstrumentation().getTargetContext());
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java 28 intent.setClass(getInstrumentation().getTargetContext(), SearchManagerStubActivity.class);
29 getInstrumentation().getTargetContext().startActivity(intent);
ActivityManagerMemoryClassTest.java 50 Context context = getInstrumentation().getTargetContext();
57 Context context = getInstrumentation().getTargetContext();
67 Context context = getInstrumentation().getTargetContext();
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
NetworkChangeNotifierTest.java 111 Context context = getInstrumentation().getTargetContext();
131 receiver.onReceive(getInstrumentation().getTargetContext(), connectivityIntent);
136 receiver.onReceive(getInstrumentation().getTargetContext(), connectivityIntent);
141 receiver.onReceive(getInstrumentation().getTargetContext(), connectivityIntent);
145 receiver.onReceive(getInstrumentation().getTargetContext(), connectivityIntent);
150 receiver.onReceive(getInstrumentation().getTargetContext(), connectivityIntent);
154 receiver.onReceive(getInstrumentation().getTargetContext(), connectivityIntent);
161 receiver.onReceive(getInstrumentation().getTargetContext(), noConnectivityIntent);
  /development/apps/launchperf/src/com/android/launchperf/
HelloWorldLaunchPerformance.java 40 mIntent.setClassName(getTargetContext(), "com.example.android.apis.app.HelloWorld");
NotePadLaunchPerformance.java 40 mIntent.setClassName(getTargetContext(), "com.android.notepad.NotesList");
PhoneLaunchPerformance.java 40 mIntent.setClassName(getTargetContext(), "com.android.phone.CallLogList");
  /packages/apps/Camera/tests/src/com/android/camera/
CameraLaunchPerformance.java 33 mIntent.setClassName(getTargetContext(),
  /packages/apps/Camera2/tests_camera/src/com/android/camera/
CameraLaunchPerformance.java 33 mIntent.setClassName(getTargetContext(),
  /packages/apps/Gallery/tests/src/com/android/camera/
CameraLaunchPerformance.java 33 mIntent.setClassName(getTargetContext(), "com.android.camera.Camera");
  /packages/apps/LegacyCamera/tests/src/com/android/camera/
CameraLaunchPerformance.java 33 mIntent.setClassName(getTargetContext(), "com.android.camera.Camera");
  /packages/apps/Mms/tests/src/com/android/mms/
MmsLaunchPerformance.java 14 mIntent.setPackage(getTargetContext().getPackageName());
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ConversationListTests.java 42 mContext = getInstrumentation().getTargetContext();
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerLaunchPerformance.java 40 mIntent.setClassName(getTargetContext(), "com.android.music.MusicBrowserActivity");
  /packages/apps/Settings/tests/src/com/android/settings/tests/
SettingsLaunchPerformance.java 40 mIntent.setClassName(getTargetContext(), "com.android.settings.Settings");
  /packages/apps/VoiceDialer/tests/src/com/android/voicedialer/
VoiceDialerLaunchPerformance.java 32 mIntent.setClass(getTargetContext(), VoiceDialerActivity.class);
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/assertion/
ViewAssertionsTest.java 57 presentView = new View(getInstrumentation().getTargetContext());
66 .withRootView(new View(getInstrumentation().getTargetContext()))
157 TextView v1 = new TextView(getInstrumentation().getTargetContext());
159 TextView v2 = new TextView(getInstrumentation().getTargetContext());
162 ViewGroup parent = new RelativeLayout(getInstrumentation().getTargetContext());
163 View grany = new ScrollView(getInstrumentation().getTargetContext());
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
WebappAuthenticatorTest.java 14 Context context = getInstrumentation().getTargetContext();
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/
MojoTestCase.java 28 nativeInitApplicationContext(getInstrumentation().getTargetContext());
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 34 mIntent.setComponent(new ComponentName(getTargetContext(),

Completed in 1563 milliseconds

1 2 3 4 5 6 7 8 91011