HomeSort by relevance Sort by last modified time
    Searched refs:Instrumentation (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 19 import android.app.Instrumentation;
48 final Instrumentation instrumentation = getInstrumentation(); local
52 instrumentation.waitForIdleSync();
64 instrumentation.waitForIdleSync();
80 final Instrumentation instrumentation = getInstrumentation(); local
84 instrumentation.waitForIdleSync();
107 final Instrumentation instrumentation = getInstrumentation() local
140 final Instrumentation instrumentation = getInstrumentation(); local
174 final Instrumentation instrumentation = getInstrumentation(); local
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
URLSpanTest.java 23 import android.app.Instrumentation;
24 import android.app.Instrumentation.ActivityMonitor;
67 Instrumentation instrumentation = getInstrumentation(); local
68 ActivityMonitor am = instrumentation.addMonitor(MockURLSpanTestActivity.class.getName(),
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 19 import android.app.Instrumentation;
61 Instrumentation inst = getInstrumentation();
93 Instrumentation inst = getInstrumentation();
  /frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
EffectsVideoCapture.java 21 import android.app.Instrumentation;
42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{
58 Instrumentation inst = getInstrumentation();
  /packages/apps/Camera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java 21 import android.app.Instrumentation;
29 * Junit / Instrumentation test case for camera power measurement
77 Instrumentation inst = getInstrumentation();
95 Instrumentation inst = getInstrumentation();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java 22 import android.app.Instrumentation;
29 * Junit / Instrumentation test case for camera power measurement
77 Instrumentation inst = getInstrumentation();
95 Instrumentation inst = getInstrumentation();
  /packages/apps/Mms/tests/src/com/android/mms/
MmsStability.java 23 import android.app.Instrumentation;
34 * Junit / Instrumentation test case for mms stability test
68 Instrumentation inst = getInstrumentation();
85 Instrumentation inst = getInstrumentation();
  /packages/apps/Music/tests/src/com/android/music/stress/
AlbumsPlaybackStress.java 20 import android.app.Instrumentation;
21 import android.app.Instrumentation.ActivityMonitor;
62 Instrumentation inst = getInstrumentation();
MusicPlaybackStress.java 20 import android.app.Instrumentation;
21 import android.app.Instrumentation.ActivityMonitor;
58 Instrumentation inst = getInstrumentation();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListEmptyViewTest.java 19 import android.app.Instrumentation;
55 Instrumentation inst = getInstrumentation();
65 Instrumentation inst = getInstrumentation();
87 Instrumentation inst = getInstrumentation();
ListHeterogeneousTest.java 19 import android.app.Instrumentation;
53 Instrumentation inst = getInstrumentation();
ListViewHeightTest.java 19 import android.app.Instrumentation;
50 Instrumentation inst = getInstrumentation();
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java 18 import android.app.Instrumentation;
39 private final Instrumentation mInstr;
48 public AndroidJUnit4ClassRunner(Class<?> klass, Instrumentation instr)
72 validateInjectField(errors, instrField, Instrumentation.class);
  /packages/apps/Camera/tests/src/com/android/camera/stress/
ImageCapture.java 22 import android.app.Instrumentation;
31 * Junit / Instrumentation test case for camera test
68 public void captureImages(String reportTag, Instrumentation inst) {
94 Instrumentation inst = getInstrumentation();
109 Instrumentation inst = getInstrumentation();
VideoCapture.java 23 import android.app.Instrumentation;
33 * Junit / Instrumentation test case for camera test
70 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{
88 Instrumentation inst = getInstrumentation();
103 Instrumentation inst = getInstrumentation();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
ImageCapture.java 23 import android.app.Instrumentation;
32 * Junit / Instrumentation test case for camera test
70 public void captureImages(String reportTag, Instrumentation inst) {
96 Instrumentation inst = getInstrumentation();
111 Instrumentation inst = getInstrumentation();
VideoCapture.java 24 import android.app.Instrumentation;
34 * Junit / Instrumentation test case for camera test
72 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{
90 Instrumentation inst = getInstrumentation();
105 Instrumentation inst = getInstrumentation();
  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 22 import android.app.Instrumentation;
34 final Instrumentation instrumentation = getInstrumentation(); local
35 final Context targetContext = instrumentation.getTargetContext();
40 final Activity activity = instrumentation.startActivitySync(intent);
57 instrumentation.waitForIdleSync();
LauncherActivityTest.java 20 import android.app.Instrumentation;
30 private Instrumentation mInstrumentation;
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
IsolatedServiceTest.java 20 import android.app.Instrumentation;
31 private Instrumentation mInstrumentation;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 20 import android.app.Instrumentation;
27 * This is an example implementation of the {@link android.app.Instrumentation}
29 * instrumentation implementation here is loaded into the application's
32 public class ContactsFilterInstrumentation extends Instrumentation {
37 // When this instrumentation is created, we simply want to start
ContactsSelectInstrumentation.java 20 import android.app.Instrumentation;
29 * This is an example implementation of the {@link android.app.Instrumentation}
31 * instrumentation implementation here is loaded into the application's
34 public class ContactsSelectInstrumentation extends Instrumentation {
39 // When this instrumentation is created, we simply want to start
LocalSampleInstrumentation.java 20 import android.app.Instrumentation;
27 * This is an example implementation of the {@link android.app.Instrumentation}
28 * class demonstrating instrumentation against one of this application's sample
31 public class LocalSampleInstrumentation extends Instrumentation {
43 // When this instrumentation is created, we simply want to start
  /external/llvm/lib/Transforms/Instrumentation/
Android.mk 9 Instrumentation.cpp \
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 20 import android.app.Instrumentation;
34 * A test case that has access to {@link Instrumentation}.
38 private Instrumentation mInstrumentation;
41 * Injects instrumentation into this test case. This method is
44 * @param instrumentation the instrumentation to use with this instance
46 public void injectInstrumentation(Instrumentation instrumentation) {
47 mInstrumentation = instrumentation;
51 * Injects instrumentation into this test case. This method i
251 final Instrumentation instrumentation = getInstrumentation(); local
301 final Instrumentation instrumentation = getInstrumentation(); local
330 final Instrumentation instrumentation = getInstrumentation(); local
    [all...]

Completed in 412 milliseconds

12 3 4 5 6 7