Home
last modified time | relevance | path

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

123

/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()
156 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
188 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
217 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
240 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
280 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
315 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
367 longClickView((InstrumentationTestCase) test, v); in longClickView()
[all …]
/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()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
DInstrumentationTest.java19 import android.test.InstrumentationTestCase;
21 public class InstrumentationTest extends InstrumentationTestCase {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
DItemTouchHelperTest.java26 import android.test.InstrumentationTestCase;
257 public static void tapView(InstrumentationTestCase test, RecyclerView recyclerView, in tapView()
297 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
332 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
378 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView()
423 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop()
434 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
503 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
533 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX()
559 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/
DInstrumentationTest.java20 import android.test.InstrumentationTestCase;
22 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/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
DMaxColorsTest.java21 import android.test.InstrumentationTestCase;
26 public class MaxColorsTest extends InstrumentationTestCase {
DBucketTests.java22 import android.test.InstrumentationTestCase;
29 public class BucketTests extends InstrumentationTestCase {
DConsistencyTest.java21 import android.test.InstrumentationTestCase;
26 public class ConsistencyTest 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/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/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestCase.java22 import android.test.InstrumentationTestCase;
30 public class UiAutomatorTestCase extends InstrumentationTestCase {
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestPredicates.java19 import android.test.InstrumentationTestCase;
35 new AssignableFrom(InstrumentationTestCase.class);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
DServicesTests.java20 import android.test.InstrumentationTestCase;
30 public class ServicesTests extends InstrumentationTestCase {
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTtsEnginesTests.java4 import android.test.InstrumentationTestCase;
8 public class TtsEnginesTests extends InstrumentationTestCase {
/frameworks/base/core/tests/inputmethodtests/src/android/os/
DInputMethodSubtypeArrayTest.java19 import android.test.InstrumentationTestCase;
27 public class InputMethodSubtypeArrayTest extends InstrumentationTestCase {
DInputMethodSubtypeTest.java19 import android.test.InstrumentationTestCase;
26 public class InputMethodSubtypeTest extends InstrumentationTestCase {
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java24 import android.test.InstrumentationTestCase;
34 public class NotificationStressTest extends InstrumentationTestCase {
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
DBasicNfcEeTest.java21 import android.test.InstrumentationTestCase;
31 public class BasicNfcEeTest extends InstrumentationTestCase {
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DSetupWizardListLayoutTests.java20 import android.test.InstrumentationTestCase;
33 public class SetupWizardListLayoutTests extends InstrumentationTestCase {
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DDataIdleTest.java29 import android.test.InstrumentationTestCase;
36 public class DataIdleTest extends InstrumentationTestCase {

123