/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | ActivityInstrumentationTestCase.java | 34 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 D | TouchUtils.java | 59 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 D | KeyUtils.java | 20 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 D | MergeTest.java | 19 import android.test.ActivityInstrumentationTestCase; 23 public class MergeTest extends ActivityInstrumentationTestCase<Merge> {
|
H A D | RunQueueTest.java | 19 import android.test.ActivityInstrumentationTestCase; 23 public class RunQueueTest extends ActivityInstrumentationTestCase<RunQueue> {
|
/aosp12/frameworks/base/test-runner/api/ |
H A D | current.txt | 4 …@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 D | GridSingleColumnTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class GridSingleColumnTest extends ActivityInstrumentationTestCase<GridSingleColumn> {
|
H A D | GridInHorizontalTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class GridInHorizontalTest extends ActivityInstrumentationTestCase<GridInHorizontal> {
|
H A D | GridInVerticalTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class GridInVerticalTest extends ActivityInstrumentationTestCase<GridInVertical> {
|
H A D | GridStackFromBottomManyTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class GridStackFromBottomManyTest extends ActivityInstrumentationTestCase<GridStackFromBotto…
|
H A D | GridStackFromBottomTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class GridStackFromBottomTest extends ActivityInstrumentationTestCase<GridStackFromBottom> {
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListBottomGravityManyTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class ListBottomGravityManyTest extends ActivityInstrumentationTestCase<ListBottomGravityMan…
|
H A D | ListBottomGravityTest.java | 19 import android.test.ActivityInstrumentationTestCase; 24 public class ListBottomGravityTest extends ActivityInstrumentationTestCase<ListBottomGravity> {
|
H A D | ListUnspecifiedMeasure.java | 20 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 D | GoneParentFocusedChildTest.java | 19 import android.test.ActivityInstrumentationTestCase; 30 extends ActivityInstrumentationTestCase<GoneParentFocusedChild> {
|
H A D | ListWithFooterViewAndNewLabelsTest.java | 19 import android.test.ActivityInstrumentationTestCase; 27 extends ActivityInstrumentationTestCase<ListWithFooterViewAndNewLabels> {
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/menu/ |
H A D | MenuWith1ItemTest.java | 19 import android.test.ActivityInstrumentationTestCase; 26 public class MenuWith1ItemTest extends ActivityInstrumentationTestCase<MenuWith1Item> {
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemFocusableAboveUnfocusableTest.java | 19 import android.test.ActivityInstrumentationTestCase; 26 public class ListItemFocusableAboveUnfocusableTest extends ActivityInstrumentationTestCase<ListItem…
|
H A D | ListWithOnItemSelectedActionTest.java | 19 import android.test.ActivityInstrumentationTestCase; 27 public class ListWithOnItemSelectedActionTest extends ActivityInstrumentationTestCase<ListWithOnIte…
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
H A D | FillInWrapTest.java | 20 import android.test.ActivityInstrumentationTestCase; 27 public class FillInWrapTest extends ActivityInstrumentationTestCase<FillInWrap> {
|
H A D | BaselineAlignmentSpinnerButton.java | 20 import android.test.ActivityInstrumentationTestCase; 28 public class BaselineAlignmentSpinnerButton extends ActivityInstrumentationTestCase<HorizontalOrien…
|
H A D | LinearLayoutEditTextsTest.java | 20 import android.test.ActivityInstrumentationTestCase; 27 public class LinearLayoutEditTextsTest extends ActivityInstrumentationTestCase<LinearLayoutEditText…
|
H A D | WeightSumTest.java | 20 import android.test.ActivityInstrumentationTestCase; 27 public class WeightSumTest extends ActivityInstrumentationTestCase<WeightSum> {
|
H A D | WeightTest.java | 20 import android.test.ActivityInstrumentationTestCase; 30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
|
H A D | BaselineAlignmentZeroWidthAndWeightTest.java | 20 import android.test.ActivityInstrumentationTestCase; 28 public class BaselineAlignmentZeroWidthAndWeightTest extends ActivityInstrumentationTestCase<Baseli…
|