Searched refs:Instrumentation (Results 76 - 100 of 109) sorted by relevance

12345

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
H A DRecyclerViewTest.java25 import android.app.Instrumentation;
146 private Instrumentation getInstrumentation() {
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java21 import android.app.Instrumentation;
116 * Instrumentation.REPORT_KEY_STREAMRESULT, just print that.
128 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
149 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentTransactionTest.java27 import android.app.Instrumentation;
301 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
426 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
H A DFragmentAnimationTest.java24 import android.app.Instrumentation;
62 private Instrumentation mInstrumentation;
H A DFragmentReorderingTest.java22 import android.app.Instrumentation;
48 private Instrumentation mInstrumentation;
H A DPostponedTransitionTest.java25 import android.app.Instrumentation;
54 private Instrumentation mInstrumentation;
H A DFragmentTransitionTest.java27 import android.app.Instrumentation;
69 private Instrumentation mInstrumentation;
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java23 import android.app.Instrumentation;
85 private Instrumentation mInstrumentation;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DSearchViewTest.java31 import android.app.Instrumentation;
54 private Instrumentation mInstrumentation;
H A DListPopupWindowTest.java42 import android.app.Instrumentation;
209 // The logic below uses Instrumentation to emulate a tap outside the bounds of the
215 // of Instrumentation is necessary here since Espresso's actions operate at the level
219 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
321 * Emulates a drag-down gestures by injecting ACTION events with {@link Instrumentation}.
324 // The logic below uses Instrumentation to emulate a swipe / drag gesture to bring up
329 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
H A DPopupMenuTest.java42 import android.app.Instrumentation;
383 // The logic below uses Instrumentation to emulate a tap outside the bounds of the
389 // of Instrumentation is necessary here since Espresso's actions operate at the level
393 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
H A DAppCompatBaseAutoSizeTest.java25 import android.app.Instrumentation;
67 protected Instrumentation mInstrumentation;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java32 import android.app.Instrumentation;
136 Method getUIAutomation = Instrumentation.class.getMethod("getUiAutomation");
216 public Instrumentation getInstrumentation() {
/frameworks/support/compat/tests/java/android/support/v4/graphics/
H A DTypefaceCompatTest.java23 import android.app.Instrumentation;
166 Instrumentation inst = InstrumentationRegistry.getInstrumentation();
/frameworks/support/v13/tests/java/android/support/v13/view/
H A DDragStartHelperTest.java29 import android.app.Instrumentation;
62 private Instrumentation mInstrumentation;
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DTaskStackChangedListenerTest.java29 import android.app.Instrumentation.ActivityMonitor;
/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DFontsContractCompatTest.java34 import android.app.Instrumentation;
97 private Instrumentation mInstrumentation;
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageParserTest.java334 private static void assertInstrumentationEqual(PackageParser.Instrumentation a,
335 PackageParser.Instrumentation b) {
455 pkg.instrumentation.add(new PackageParser.Instrumentation(dummy, new InstrumentationInfo()));
/frameworks/base/core/java/android/app/
H A DActivity.java745 private Instrumentation mInstrumentation;
4486 Instrumentation.ActivityResult ar =
4581 Instrumentation.ActivityResult ar = mInstrumentation.execStartActivity(
4617 Instrumentation.ActivityResult ar =
4650 Instrumentation.ActivityResult ar =
4746 Instrumentation.checkStartActivityResult(result, null);
4978 Instrumentation.checkStartActivityResult(result, intent);
5092 Instrumentation.ActivityResult ar =
5167 Instrumentation.ActivityResult ar =
6936 Instrumentation inst
[all...]
H A DLoadedApk.java960 Instrumentation instrumentation) {
1121 Instrumentation instrumentation, boolean registered) {
1252 final Instrumentation mInstrumentation;
1338 Handler activityThread, Instrumentation instrumentation,
H A DInstrumentation.java64 * interaction the system has with the application. An Instrumentation
68 public class Instrumentation { class
85 private static final String TAG = "Instrumentation";
111 public Instrumentation() { method in class:Instrumentation
155 throw new RuntimeException("Instrumentation already started");
336 * manifest file for this Instrumentation to true.
493 // This is protected by 'Instrumentation.this.mSync'.
510 * @see Instrumentation#addMonitor
532 * @see Instrumentation#addMonitor
663 * using {@link #Instrumentation
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java22 import android.app.Instrumentation;
1261 Instrumentation.checkStartActivityResult(res, intent);
1291 Instrumentation.checkStartActivityResult(res, intent);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java75 import android.app.Instrumentation;
173 Instrumentation instrumentation = getInstrumentation();
1063 private Instrumentation getInstrumentation() {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTwoWayBindingAdapterTest.java18 import android.app.Instrumentation;
100 Instrumentation inst = getInstrumentation();
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDex.java20 import android.app.Instrumentation;
129 * the onCreate of your {@link Instrumentation}, see

Completed in 585 milliseconds

12345