Home
last modified time | relevance | path

Searched refs:InstrumentationTestCase (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/test-runner/src/android/test/
DTouchUtils.java55 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown()
85 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp()
121 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom()
162 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
200 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
229 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
252 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
292 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
327 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
379 longClickView((InstrumentationTestCase) test, v); in longClickView()
[all …]
DSingleLaunchActivityTestCase.java32 extends InstrumentationTestCase {
DActivityTestCase.java29 public abstract class ActivityTestCase extends InstrumentationTestCase {
DSyncBaseInstrumentation.java31 public class SyncBaseInstrumentation extends InstrumentationTestCase {
DAndroidTestRunner.java186 if (InstrumentationTestCase.class.isAssignableFrom(test.getClass())) { in setInstrumentationIfInstrumentationTestCase()
187 ((InstrumentationTestCase) test).injectInstrumentation(instrumentation); in setInstrumentationIfInstrumentationTestCase()
DProviderTestCase.java36 extends InstrumentationTestCase {
/frameworks/base/core/tests/coretests/src/android/util/
DTouchModeFlexibleAsserts.java21 import android.test.InstrumentationTestCase;
36 public static void assertInTouchModeAfterClick(InstrumentationTestCase test, View viewToTouch) { in assertInTouchModeAfterClick()
48 public static void assertInTouchModeAfterTap(InstrumentationTestCase test, View viewToTouch) { in assertInTouchModeAfterTap()
60 …public static void assertNotInTouchModeAfterKey(InstrumentationTestCase test, int keyCode, View ch… in assertNotInTouchModeAfterKey()
DKeyUtils.java22 import android.test.InstrumentationTestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
DInstrumentationTest.java19 import android.test.InstrumentationTestCase;
21 public class InstrumentationTest extends InstrumentationTestCase {
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/
DExternalSharedPermsBTTest.java20 import android.test.InstrumentationTestCase;
22 public class ExternalSharedPermsBTTest extends InstrumentationTestCase
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
DExternalSharedPermsFLTest.java24 import android.test.InstrumentationTestCase;
26 public class ExternalSharedPermsFLTest extends InstrumentationTestCase
/frameworks/base/core/java/android/test/
DInstrumentationTestSuite.java67 if (test instanceof InstrumentationTestCase) { in runTest()
68 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation); in runTest()
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
DExternalSharedPermsTest.java27 import android.test.InstrumentationTestCase;
29 public class ExternalSharedPermsTest extends InstrumentationTestCase
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
DExternalSharedPermsDiffKeyTest.java25 import android.test.InstrumentationTestCase;
27 public class ExternalSharedPermsDiffKeyTest extends InstrumentationTestCase
/frameworks/base/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/functional/
DSimpleTestUsingMockRil.java20 import android.test.InstrumentationTestCase;
28 public class SimpleTestUsingMockRil extends InstrumentationTestCase {
/frameworks/base/core/tests/coretests/src/android/text/
DSpannableTest.java19 import android.test.InstrumentationTestCase;
24 public abstract class SpannableTest extends InstrumentationTestCase {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothRebootStressTest.java20 import android.test.InstrumentationTestCase;
29 public class BluetoothRebootStressTest extends InstrumentationTestCase {
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestPredicates.java19 import android.test.InstrumentationTestCase;
35 new AssignableFrom(InstrumentationTestCase.class);
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DDataIdleTest.java27 import android.test.InstrumentationTestCase;
35 public class DataIdleTest extends InstrumentationTestCase {
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java24 import android.test.InstrumentationTestCase;
34 public class NotificationStressTest extends InstrumentationTestCase {
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java25 import android.test.InstrumentationTestCase;
35 public class ListViewTest extends InstrumentationTestCase {
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java25 import android.test.InstrumentationTestCase;
33 public abstract class ImfBaseTestCase<T extends Activity> extends InstrumentationTestCase {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaPlayerStressTest.java41 import android.test.InstrumentationTestCase;
46 public class MediaPlayerStressTest extends InstrumentationTestCase {
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java20 import android.test.InstrumentationTestCase;
33 public class ScrollingThroughListOfFocusablesTest extends InstrumentationTestCase {
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java21 import android.test.InstrumentationTestCase;
35 public class VelocityTest extends InstrumentationTestCase {

12