Home
last modified time | relevance | path

Searched refs:ActivityInstrumentationTestCase (Results 1 – 25 of 105) sorted by relevance

12345

/aosp12/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java34 public abstract class ActivityInstrumentationTestCase<T extends Activity> class
47 public ActivityInstrumentationTestCase(String pkg, Class<T> activityClass) { in ActivityInstrumentationTestCase() method in ActivityInstrumentationTestCase
59 public ActivityInstrumentationTestCase(String pkg, Class<T> activityClass, in ActivityInstrumentationTestCase() method in ActivityInstrumentationTestCase
87 scrubClass(ActivityInstrumentationTestCase.class); in tearDown()
H A DTouchUtils.java59 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { in dragQuarterScreenDown()
88 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) { in dragQuarterScreenUp()
131 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom()
166 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop()
199 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom()
226 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom()
390 public static void longClickView(ActivityInstrumentationTestCase test, View v) { in longClickView()
450 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) { in dragViewToTop()
560 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewBy()
666 public static int dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToX()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java20 import android.test.ActivityInstrumentationTestCase;
39 public static void tapMenuKey(ActivityInstrumentationTestCase test) { in tapMenuKey()
52 public static void chordMenuKey(ActivityInstrumentationTestCase test, char shortcutKey) { in chordMenuKey()
71 public static void longClick(ActivityInstrumentationTestCase test) { in longClick()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMergeTest.java19 import android.test.ActivityInstrumentationTestCase;
23 public class MergeTest extends ActivityInstrumentationTestCase<Merge> {
H A DRunQueueTest.java19 import android.test.ActivityInstrumentationTestCase;
23 public class RunQueueTest extends ActivityInstrumentationTestCase<RunQueue> {
/aosp12/frameworks/base/test-runner/api/
H A Dcurrent.txt4 …@Deprecated public abstract class ActivityInstrumentationTestCase<T extends android.app.Activity> …
5 ctor @Deprecated public ActivityInstrumentationTestCase(String, Class<T>);
6 ctor @Deprecated public ActivityInstrumentationTestCase(String, Class<T>, boolean);
212 …method @Deprecated public static void drag(android.test.ActivityInstrumentationTestCase, float, fl…
214 …@Deprecated public static void dragQuarterScreenDown(android.test.ActivityInstrumentationTestCase);
216 …d @Deprecated public static void dragQuarterScreenUp(android.test.ActivityInstrumentationTestCase);
222 …@Deprecated public static void dragViewToBottom(android.test.ActivityInstrumentationTestCase, andr…
226 …od @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, andr…
227 …od @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, andr…
234 …od @Deprecated public static void longClickView(android.test.ActivityInstrumentationTestCase, andr…
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSingleColumnTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class GridSingleColumnTest extends ActivityInstrumentationTestCase<GridSingleColumn> {
H A DGridInHorizontalTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class GridInHorizontalTest extends ActivityInstrumentationTestCase<GridInHorizontal> {
H A DGridInVerticalTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class GridInVerticalTest extends ActivityInstrumentationTestCase<GridInVertical> {
H A DGridStackFromBottomManyTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class GridStackFromBottomManyTest extends ActivityInstrumentationTestCase<GridStackFromBotto…
H A DGridStackFromBottomTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class GridStackFromBottomTest extends ActivityInstrumentationTestCase<GridStackFromBottom> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListBottomGravityManyTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class ListBottomGravityManyTest extends ActivityInstrumentationTestCase<ListBottomGravityMan…
H A DListBottomGravityTest.java19 import android.test.ActivityInstrumentationTestCase;
24 public class ListBottomGravityTest extends ActivityInstrumentationTestCase<ListBottomGravity> {
H A DListUnspecifiedMeasure.java20 import android.test.ActivityInstrumentationTestCase;
27 public class ListUnspecifiedMeasure<T extends Activity> extends ActivityInstrumentationTestCase<T> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DGoneParentFocusedChildTest.java19 import android.test.ActivityInstrumentationTestCase;
30 extends ActivityInstrumentationTestCase<GoneParentFocusedChild> {
H A DListWithFooterViewAndNewLabelsTest.java19 import android.test.ActivityInstrumentationTestCase;
27 extends ActivityInstrumentationTestCase<ListWithFooterViewAndNewLabels> {
/aosp12/frameworks/base/core/tests/coretests/src/android/view/menu/
H A DMenuWith1ItemTest.java19 import android.test.ActivityInstrumentationTestCase;
26 public class MenuWith1ItemTest extends ActivityInstrumentationTestCase<MenuWith1Item> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListItemFocusableAboveUnfocusableTest.java19 import android.test.ActivityInstrumentationTestCase;
26 public class ListItemFocusableAboveUnfocusableTest extends ActivityInstrumentationTestCase<ListItem…
H A DListWithOnItemSelectedActionTest.java19 import android.test.ActivityInstrumentationTestCase;
27 public class ListWithOnItemSelectedActionTest extends ActivityInstrumentationTestCase<ListWithOnIte…
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DFillInWrapTest.java20 import android.test.ActivityInstrumentationTestCase;
27 public class FillInWrapTest extends ActivityInstrumentationTestCase<FillInWrap> {
H A DBaselineAlignmentSpinnerButton.java20 import android.test.ActivityInstrumentationTestCase;
28 public class BaselineAlignmentSpinnerButton extends ActivityInstrumentationTestCase<HorizontalOrien…
H A DLinearLayoutEditTextsTest.java20 import android.test.ActivityInstrumentationTestCase;
27 public class LinearLayoutEditTextsTest extends ActivityInstrumentationTestCase<LinearLayoutEditText…
H A DWeightSumTest.java20 import android.test.ActivityInstrumentationTestCase;
27 public class WeightSumTest extends ActivityInstrumentationTestCase<WeightSum> {
H A DWeightTest.java20 import android.test.ActivityInstrumentationTestCase;
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
H A DBaselineAlignmentZeroWidthAndWeightTest.java20 import android.test.ActivityInstrumentationTestCase;
28 public class BaselineAlignmentZeroWidthAndWeightTest extends ActivityInstrumentationTestCase<Baseli…

12345