Searched refs:Instrumentation (Results 1 - 25 of 109) sorted by relevance

12345

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DInstrumentationAutomationSupport.java18 import android.app.Instrumentation;
22 * A wrapper around {@link Instrumentation} to provide sendStatus function
25 * {@link Instrumentation#sendStatus(int, Bundle)} instead.
30 private Instrumentation mInstrumentation;
32 InstrumentationAutomationSupport(Instrumentation instrumentation) {
/frameworks/base/legacy-test/src/android/test/
H A DInstrumentationTestSuite.java19 import android.app.Instrumentation;
26 * A {@link junit.framework.TestSuite} that injects {@link android.app.Instrumentation} into
37 private final Instrumentation mInstrumentation;
43 public InstrumentationTestSuite(Instrumentation instr) {
48 public InstrumentationTestSuite(String name, Instrumentation instr) {
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) {
H A DInstrumentationTestCase.java20 import android.app.Instrumentation;
34 * A test case that has access to {@link Instrumentation}.
44 private Instrumentation mInstrumentation;
52 public void injectInstrumentation(Instrumentation instrumentation) {
63 * use {@link #injectInstrumentation(android.app.Instrumentation)} instead.
66 public void injectInsrumentation(Instrumentation instrumentation) {
74 public Instrumentation getInstrumentation() {
257 final Instrumentation instrumentation = getInstrumentation();
307 final Instrumentation instrumentation = getInstrumentation();
336 final Instrumentation instrumentatio
[all...]
/frameworks/base/test-runner/src/android/test/
H A DLaunchPerformanceBase.java19 import android.app.Instrumentation;
25 * Base class for all launch performance Instrumentation classes.
30 public class LaunchPerformanceBase extends Instrumentation {
H A DApplicationTestCase.java20 import android.app.Instrumentation;
104 mApplication = (T) Instrumentation.newApplication(mApplicationClass, getContext());
/frameworks/base/core/tests/coretests/src/android/util/
H A DOrientationUtil.java20 import android.app.Instrumentation;
33 private final Instrumentation mInstrumentation;
55 private OrientationUtil(Activity activity, Instrumentation instrumentation) {
H A DKeyUtils.java19 import android.app.Instrumentation;
46 final Instrumentation inst = test.getInstrumentation();
59 final Instrumentation inst = test.getInstrumentation();
78 final Instrumentation inst = test.getInstrumentation();
H A DListUtil.java19 import android.app.Instrumentation;
31 private final Instrumentation mInstrumentation;
37 public ListUtil(ListView listView, Instrumentation instrumentation) {
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java16 import android.app.Instrumentation;
43 private static UiObject2 waitForActivity(Instrumentation instrumentation, BySelector selector) {
57 public static UiObject2 waitForElementLayout(Instrumentation instrumentation) {
64 public static UiObject2 startElementLayout(Instrumentation instrumentation, int numElements) {
73 public static int getDeviceRotation(Instrumentation instrumentation) {
91 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewCallbacks.java19 import android.app.Instrumentation;
39 final Instrumentation instrumentation = getInstrumentation();
64 final Instrumentation instrumentation = getInstrumentation();
113 final Instrumentation instrumentation = getInstrumentation();
H A DAutoCompleteTextViewPopup.java19 import android.app.Instrumentation;
48 final Instrumentation instrumentation = getInstrumentation();
80 final Instrumentation instrumentation = getInstrumentation();
107 final Instrumentation instrumentation = getInstrumentation();
140 final Instrumentation instrumentation = getInstrumentation();
174 final Instrumentation instrumentation = getInstrumentation();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursorTest.java19 import android.app.Instrumentation;
59 Instrumentation inst = getInstrumentation();
77 Instrumentation inst = getInstrumentation();
90 public int arrowScroll(Instrumentation inst) {
H A DListEmptyViewTest.java19 import android.app.Instrumentation;
55 Instrumentation inst = getInstrumentation();
65 Instrumentation inst = getInstrumentation();
87 Instrumentation inst = getInstrumentation();
H A DListHeterogeneousTest.java19 import android.app.Instrumentation;
53 Instrumentation inst = getInstrumentation();
H A DListViewHeightTest.java19 import android.app.Instrumentation;
50 Instrumentation inst = getInstrumentation();
/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/android/arch/lifecycle/
H A DTestUtils.java22 import android.app.Instrumentation;
23 import android.app.Instrumentation.ActivityMonitor;
38 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DNestedFragmentTest.java24 import android.app.Instrumentation;
51 private Instrumentation mInstrumentation;
81 Instrumentation.ActivityResult activityResult = new Instrumentation.ActivityResult(
84 Instrumentation.ActivityMonitor activityMonitor =
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
H A DKeyboardUtil.java18 import android.app.Instrumentation;
77 public static void setComposingTextInBatch(final Instrumentation instrumentation,
95 public static void deleteSurroundingText(final Instrumentation instrumentation,
112 public static void setSelection(Instrumentation instrumentation, final Spannable spannable,
117 public static void setSelection(Instrumentation instrumentation, final Spannable spannable,
131 public static InputConnection initTextViewForSimulatedIme(Instrumentation instrumentation,
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListenerTest.java19 import android.app.Instrumentation;
61 Instrumentation inst = getInstrumentation();
93 Instrumentation inst = getInstrumentation();
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
H A DEffectsVideoCapture.java21 import android.app.Instrumentation;
42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{
58 Instrumentation inst = getInstrumentation();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiBaseFragmentTest.java21 import android.app.Instrumentation;
41 private Instrumentation mRealInstrumentation;
55 Instrumentation inst = spy(mRealInstrumentation);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DEditTextTypeActivity.java18 import android.app.Instrumentation;
60 final Instrumentation instrumentation = new Instrumentation();
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivityTest.java25 import android.app.Instrumentation;
53 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
63 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
74 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DTouchUtils.java19 import android.app.Instrumentation;
31 public static void tapView(Instrumentation inst, RecyclerView recyclerView,
63 public static void touchAndCancelView(Instrumentation inst, View v) {
90 public static void clickView(Instrumentation inst, View v) {
127 public static void longClickView(Instrumentation inst, View v) {
164 public static void dragViewToTop(Instrumentation inst, View v) {
168 public static void dragViewToTop(Instrumentation inst, View v, int stepCount) {
215 public static int dragViewTo(Instrumentation inst, View v, int gravity, int toX,
233 public static int dragViewToX(Instrumentation inst, View v, int gravity, int toX) {
248 public static int dragViewToY(Instrumentation ins
[all...]
/frameworks/multidex/library/jack-meta/
H A DlegacyMultidexInstallation.jpp24 class android.app.Instrumentation

Completed in 701 milliseconds

12345