HomeSort by relevance Sort by last modified time
    Searched refs:ActivityInstrumentationTestCase (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 20 import android.test.ActivityInstrumentationTestCase;
28 ActivityInstrumentationTestCase<MultiPageTextWithPadding> {
TallTextAboveButtonTest.java 21 import android.test.ActivityInstrumentationTestCase;
27 public class TallTextAboveButtonTest extends ActivityInstrumentationTestCase<TallTextAboveButton> {
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java 24 import android.test.ActivityInstrumentationTestCase;
35 public class TouchModeFocusChangeTest extends ActivityInstrumentationTestCase<LLOfButtons1> {
TouchModeFocusableTest.java 23 import android.test.ActivityInstrumentationTestCase;
33 public class TouchModeFocusableTest extends ActivityInstrumentationTestCase<LLEditTextThenButton> {
ChangeTouchModeTest.java 25 import android.test.ActivityInstrumentationTestCase;
34 public class ChangeTouchModeTest extends ActivityInstrumentationTestCase<LLOfButtons1> {
  /frameworks/base/core/tests/coretests/src/android/view/
GlobalFocusChangeTest.java 19 import android.test.ActivityInstrumentationTestCase;
28 public class GlobalFocusChangeTest extends ActivityInstrumentationTestCase<GlobalFocusChange> {
IncludeTest.java 22 import android.test.ActivityInstrumentationTestCase;
27 public class IncludeTest extends ActivityInstrumentationTestCase<Include> {
ViewStubTest.java 22 import android.test.ActivityInstrumentationTestCase;
28 public class ViewStubTest extends ActivityInstrumentationTestCase<StubbedView> {
ZeroSizedTest.java 22 import android.test.ActivityInstrumentationTestCase;
32 public class ZeroSizedTest extends ActivityInstrumentationTestCase<ZeroSized> {
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusChangeWithInterestingRectHintTest.java 22 import android.test.ActivityInstrumentationTestCase;
40 public class FocusChangeWithInterestingRectHintTest extends ActivityInstrumentationTestCase<AdjacentVerticalRectLists> {
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 20 import android.test.ActivityInstrumentationTestCase;
30 public class GridScrollListenerTest extends ActivityInstrumentationTestCase<GridScrollListener> implements
GridSetSelectionBaseTest.java 21 import android.test.ActivityInstrumentationTestCase;
26 public class GridSetSelectionBaseTest<T extends GridScenario> extends ActivityInstrumentationTestCase<T> {
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomTest.java 23 import android.test.ActivityInstrumentationTestCase;
27 public class GridTouchStackFromBottomTest extends ActivityInstrumentationTestCase<GridStackFromBottom> {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutMarginTest.java 19 import android.test.ActivityInstrumentationTestCase;
28 public class FrameLayoutMarginTest extends ActivityInstrumentationTestCase<FrameLayoutMargin> {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 20 import android.test.ActivityInstrumentationTestCase;
29 public class BaselineAlignmentCenterGravityTest extends ActivityInstrumentationTestCase<BaselineAlignmentCenterGravity> {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpanTest.java 22 import android.test.ActivityInstrumentationTestCase;
30 public class CellSpanTest extends ActivityInstrumentationTestCase<CellSpan> {
VerticalGravityTest.java 22 import android.test.ActivityInstrumentationTestCase;
32 public class VerticalGravityTest extends ActivityInstrumentationTestCase<VerticalGravity> {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 20 import android.test.ActivityInstrumentationTestCase;
29 extends ActivityInstrumentationTestCase<ListOfThinItems> {
ListScrollListenerTest.java 20 import android.test.ActivityInstrumentationTestCase;
29 public class ListScrollListenerTest extends ActivityInstrumentationTestCase<ListScrollListener> implements
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesFarApartTest.java 19 import android.test.ActivityInstrumentationTestCase;
28 public class ListItemFocusablesFarApartTest extends ActivityInstrumentationTestCase<ListItemFocusablesFarApart> {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
AdjacentListsWithAdjacentISVsInsideTest.java 22 import android.test.ActivityInstrumentationTestCase;
27 public class AdjacentListsWithAdjacentISVsInsideTest extends ActivityInstrumentationTestCase<AdjacentListsWithAdjacentISVsInside> {
ListButtonsDiagonalAcrossItemsTest.java 21 import android.test.ActivityInstrumentationTestCase;
33 public class ListButtonsDiagonalAcrossItemsTest extends ActivityInstrumentationTestCase<ListButtonsDiagonalAcrossItems> {
  /packages/apps/Music/tests/src/com/android/music/stress/
AlbumsPlaybackStress.java 26 import android.test.ActivityInstrumentationTestCase;
34 public class AlbumsPlaybackStress extends ActivityInstrumentationTestCase <AlbumBrowserActivity>{
MusicPlaybackStress.java 25 import android.test.ActivityInstrumentationTestCase;
37 public class MusicPlaybackStress extends ActivityInstrumentationTestCase <TrackBrowserActivity>{
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 41 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
46 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) {
71 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
76 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) {
104 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
109 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) {
145 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
150 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) {
184 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
189 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v)
    [all...]

Completed in 368 milliseconds

1 23 4 5 6