HomeSort by relevance Sort by last modified time
    Searched refs:Instrumentation (Results 176 - 200 of 339) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/slice/src/android/slice/cts/
SliceManagerTest.java 26 import android.app.Instrumentation;
190 public static Instrumentation getInstrumentation() {
  /cts/tests/tests/text/src/android/text/method/cts/
BaseMovementMethodTest.java 28 import android.app.Instrumentation;
60 private Instrumentation mInstrumentation;
PasswordTransformationMethodTest.java 31 import android.app.Instrumentation;
77 private Instrumentation mInstrumentation;
TouchTest.java 23 import android.app.Instrumentation;
58 private Instrumentation mInstrumentation;
  /cts/tests/tests/transition/src/android/transition/cts/
BaseTransitionTest.java 28 import android.app.Instrumentation;
53 protected Instrumentation mInstrumentation;
  /cts/tests/tests/view/src/android/view/animation/cts/
AccelerateInterpolatorTest.java 24 import android.app.Instrumentation;
55 private Instrumentation mInstrumentation;
DecelerateInterpolatorTest.java 24 import android.app.Instrumentation;
58 private Instrumentation mInstrumentation;
ScaleAnimationTest.java 24 import android.app.Instrumentation;
59 private Instrumentation mInstrumentation;
  /cts/tests/tests/view/src/android/view/cts/
ActionModeTest.java 33 import android.app.Instrumentation;
53 private Instrumentation mInstrumentation;
ContentPaneFocusTest.java 25 import android.app.Instrumentation;
46 private Instrumentation mInstrumentation;
FrameMetricsListenerTest.java 23 import android.app.Instrumentation;
51 private Instrumentation mInstrumentation;
KeyEventInjectionTest.java 24 import android.app.Instrumentation;
54 private Instrumentation mInstrumentation;
TouchDelegateTest.java 24 import android.app.Instrumentation;
46 private Instrumentation mInstrumentation;
  /cts/tests/tests/widget/src/android/widget/cts/
ActionMenuViewTest.java 27 import android.app.Instrumentation;
50 private Instrumentation mInstrumentation;
CheckBoxTest.java 28 import android.app.Instrumentation;
48 private Instrumentation mInstrumentation;
ChronometerTest.java 29 import android.app.Instrumentation;
55 private Instrumentation mInstrumentation;
ExpandableListTester.java 19 import android.app.Instrumentation;
39 private final Instrumentation mInstrumentation;
RadioButtonTest.java 28 import android.app.Instrumentation;
48 private Instrumentation mInstrumentation;
SearchView_CursorTest.java 30 import android.app.Instrumentation;
62 private Instrumentation mInstrumentation;
224 // are not "caught" by Instrumentation.waitForIdleSync - which is in general not a very
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
WorkerProcess.java 24 import com.google.caliper.runner.Instrument.Instrumentation;
150 Instrumentation instrumentation = experiment.instrumentation(); local
151 Instrument instrument = instrumentation.instrument();
154 instrumentation.workerClass(),
155 instrumentation.workerOptions(),
157 ImmutableList.copyOf(instrumentation.benchmarkMethod.getParameterTypes()),
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowActivity.java 14 import android.app.Instrumentation;
96 Instrumentation instrumentation = local
106 ReflectionHelpers.ClassParameter.from(Instrumentation.class, instrumentation),
126 ReflectionHelpers.ClassParameter.from(Instrumentation.class, instrumentation),
147 ReflectionHelpers.ClassParameter.from(Instrumentation.class, instrumentation),
170 ReflectionHelpers.ClassParameter.from(Instrumentation.class, instrumentation)
    [all...]
ShadowInstrumentation.java 17 import android.app.Instrumentation;
18 import android.app.Instrumentation.ActivityResult;
58 @Implements(value = Instrumentation.class, looseSignatures = true)
61 @RealObject private Instrumentation realObject;
109 return directlyOn(realObject, Instrumentation.class)
171 return directlyOn(realObject, Instrumentation.class)
772 public static Instrumentation getInstrumentation() {
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 25 import android.app.Instrumentation;
26 import android.app.Instrumentation.ActivityMonitor;
27 import android.app.Instrumentation.ActivityResult;
86 private Instrumentation mInstrumentation;
241 final Instrumentation.ActivityResult result = new ActivityResult(0, new Intent());
337 // This instrumentation runs in the target package's uid.
406 // When an instrumentation test is running, the importance is high.
InstrumentationTest.java 21 import android.app.Instrumentation;
22 import android.app.Instrumentation.ActivityMonitor;
23 import android.app.Instrumentation.ActivityResult;
66 private Instrumentation mInstrumentation;
294 // manifest file for this Instrumentation to true, the profiling was also disabled.
388 app = Instrumentation.newApplication(MockApplication.class, mContext);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
FocusHandlingTest.java 31 import android.app.Instrumentation;
239 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
242 instrumentation.getUiAutomation(),
248 instrumentation.runOnMainSync(() -> editText.requestFocus());
260 instrumentation.runOnMainSync(() -> editText.setText(""));
264 final Context context = instrumentation.getTargetContext();
275 instrumentation.runOnMainSync(() -> popupWindow.showAsDropDown(editText));
276 instrumentation.waitForIdleSync();
286 instrumentation.runOnMainSync(() -> editText.setText(""))
343 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
    [all...]

Completed in 281 milliseconds

1 2 3 4 5 6 78 91011>>