/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
ServiceProcessController.java | 20 import android.app.Instrumentation; 42 final Instrumentation mInstrumentation; 56 public ServiceProcessController(Context context, Instrumentation instrumentation, 59 this(context, instrumentation, myPackageName, serviceIntents, 5*1000); 62 public ServiceProcessController(Context context, Instrumentation instrumentation, 66 mInstrumentation = instrumentation; 100 mUidWatcher = new WatchUidRunner(instrumentation, appInfo.uid, mDefaultWaitTime);
|
WatchUidRunner.java | 22 import android.app.Instrumentation; 78 final Instrumentation mInstrumentation; 96 public WatchUidRunner(Instrumentation instrumentation, int uid) { 97 this(instrumentation, uid, 5*1000); 100 public WatchUidRunner(Instrumentation instrumentation, int uid, long defaultWaitTime) { 101 mInstrumentation = instrumentation; 106 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw(
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
RuntimeInstrumentTest.java | 28 import com.google.caliper.runner.Instrument.Instrumentation; 80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); local 81 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); 82 assertEquals(instrument, instrumentation.instrument()); 83 assertEquals(MacrobenchmarkWorker.class, instrumentation.workerClass()); 88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); local 89 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); 90 assertEquals(instrument, instrumentation.instrument()) 96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); local [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
BusinessLogicTestCase.java | 22 import android.app.Instrumentation; 102 protected static Instrumentation getInstrumentation() {
|
CtsMouseUtil.java | 25 import android.app.Instrumentation; 72 * @param instrumentation the instrumentation used to run the test 77 public static void emulateHoverOnView(Instrumentation instrumentation, View anchor, int offsetX, 80 final UiAutomation uiAutomation = instrumentation.getUiAutomation();
|
SystemUtil.java | 24 import android.app.Instrumentation; 62 * @param instrumentation {@link Instrumentation} instance, obtained from a test running in 63 * instrumentation framework 68 public static String runShellCommand(Instrumentation instrumentation, String cmd) 75 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); 88 * Simpler version of {@link #runShellCommand(Instrumentation, String)}.
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
BusinessLogicTestCase.java | 22 import android.app.Instrumentation; 103 protected static Instrumentation getInstrumentation() {
|
CtsMouseUtil.java | 25 import android.app.Instrumentation; 72 * @param instrumentation the instrumentation used to run the test 77 public static void emulateHoverOnView(Instrumentation instrumentation, View anchor, int offsetX, 80 final UiAutomation uiAutomation = instrumentation.getUiAutomation();
|
SystemUtil.java | 24 import android.app.Instrumentation; 62 * @param instrumentation {@link Instrumentation} instance, obtained from a test running in 63 * instrumentation framework 68 public static String runShellCommand(Instrumentation instrumentation, String cmd) 70 return runShellCommand(instrumentation.getUiAutomation(), cmd); 77 * instrumentation framework 102 * Simpler version of {@link #runShellCommand(Instrumentation, String)}.
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityPaneTest.java | 33 import android.app.Instrumentation; 55 private static Instrumentation sInstrumentation;
|
AccessibilitySoftKeyboardModesTest.java | 29 import android.app.Instrumentation; 50 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation();
|
/cts/tests/app/src/android/app/cts/ |
FragmentTransactionTest.java | 22 import android.app.Instrumentation; 172 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); 174 instrumentation.callActivityOnSaveInstanceState(mActivity, outState);
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
WindowInputTests.java | 26 import android.app.Instrumentation; 56 private Instrumentation mInstrumentation;
|
/cts/tests/tests/preference/src/android/preference/cts/ |
TestUtils.java | 19 import android.app.Instrumentation; 43 private final Instrumentation mInstrumentation;
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
ShortcutManagerConfigActivityTest.java | 21 import android.app.Instrumentation; 67 Instrumentation.ActivityMonitor monitor =
|
/cts/tests/tests/text/src/android/text/method/cts/ |
TransformationMethodTest.java | 31 import android.app.Instrumentation; 58 private Instrumentation mInstrumentation;
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
BundledTvInputServiceTest.java | 20 import android.app.Instrumentation; 47 private Instrumentation mInstrumentation;
|
HardwareSessionTest.java | 20 import android.app.Instrumentation; 47 private Instrumentation mInstrumentation;
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AccelerateDecelerateInterpolatorTest.java | 24 import android.app.Instrumentation; 54 private Instrumentation mInstrumentation;
|
LinearInterpolatorTest.java | 24 import android.app.Instrumentation; 56 private Instrumentation mInstrumentation;
|
/cts/tests/tests/view/src/android/view/cts/ |
KeyEventInterceptTest.java | 22 import android.app.Instrumentation; 60 private Instrumentation mInstrumentation;
|
View_AnimationTest.java | 26 import android.app.Instrumentation; 54 private Instrumentation mInstrumentation;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListViewBasicTest.java | 23 import android.app.Instrumentation; 51 private Instrumentation mInstrumentation;
|
FilterTest.java | 27 import android.app.Instrumentation; 52 private Instrumentation mInstrumentation;
|
SeekBarTest.java | 28 import android.app.Instrumentation; 51 private Instrumentation mInstrumentation;
|