/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 55 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/ |
D | TouchModeFlexibleAsserts.java | 21 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/testing/support/src/android/support/test/internal/runner/junit3/ |
D | AndroidTestResult.java | 22 import android.test.InstrumentationTestCase; 46 if (test instanceof InstrumentationTestCase) { in run() 47 ((InstrumentationTestCase)test).injectInstrumentation(mInstr); in run()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/ |
D | InstrumentationTest.java | 19 import android.test.InstrumentationTestCase; 21 public class InstrumentationTest extends InstrumentationTestCase {
|
/frameworks/testing/support/tests/src/android/support/test/ |
D | MyInstrumentationTestCase.java | 19 import android.test.InstrumentationTestCase; 26 public class MyInstrumentationTestCase extends InstrumentationTestCase {
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | InstrumentationTest.java | 20 import android.test.InstrumentationTestCase; 22 public class InstrumentationTest extends InstrumentationTestCase {
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/ |
D | ExternalSharedPermsBTTest.java | 20 import android.test.InstrumentationTestCase; 22 public class ExternalSharedPermsBTTest extends InstrumentationTestCase
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/ |
D | ExternalSharedPermsFLTest.java | 24 import android.test.InstrumentationTestCase; 26 public class ExternalSharedPermsFLTest extends InstrumentationTestCase
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestSuite.java | 67 if (test instanceof InstrumentationTestCase) { in runTest() 68 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation); in runTest()
|
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
D | NetworkImageViewTest.java | 3 import android.test.InstrumentationTestCase; 6 public class NetworkImageViewTest extends InstrumentationTestCase {
|
D | ImageRequestTest.java | 22 import android.test.InstrumentationTestCase; 34 public class ImageRequestTest extends InstrumentationTestCase {
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/ |
D | ExternalSharedPermsTest.java | 27 import android.test.InstrumentationTestCase; 29 public class ExternalSharedPermsTest extends InstrumentationTestCase
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/ |
D | ExternalSharedPermsDiffKeyTest.java | 25 import android.test.InstrumentationTestCase; 27 public class ExternalSharedPermsDiffKeyTest extends InstrumentationTestCase
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannableTest.java | 19 import android.test.InstrumentationTestCase; 24 public abstract class SpannableTest extends InstrumentationTestCase {
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothRebootStressTest.java | 20 import android.test.InstrumentationTestCase; 29 public class BluetoothRebootStressTest extends InstrumentationTestCase {
|
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestCase.java | 22 import android.test.InstrumentationTestCase; 30 public class UiAutomatorTestCase extends InstrumentationTestCase {
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestPredicates.java | 19 import android.test.InstrumentationTestCase; 35 new AssignableFrom(InstrumentationTestCase.class);
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/ |
D | ServicesTests.java | 20 import android.test.InstrumentationTestCase; 30 public class ServicesTests extends InstrumentationTestCase {
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 24 import android.test.InstrumentationTestCase; 34 public class NotificationStressTest extends InstrumentationTestCase {
|
/frameworks/base/core/tests/inputmethodtests/src/android/os/ |
D | InputMethodSubtypeTest.java | 19 import android.test.InstrumentationTestCase; 26 public class InputMethodSubtypeTest extends InstrumentationTestCase {
|
D | InputMethodSubtypeArrayTest.java | 19 import android.test.InstrumentationTestCase; 27 public class InputMethodSubtypeArrayTest extends InstrumentationTestCase {
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TtsEnginesTests.java | 4 import android.test.InstrumentationTestCase; 8 public class TtsEnginesTests extends InstrumentationTestCase {
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
D | DataIdleTest.java | 29 import android.test.InstrumentationTestCase; 36 public class DataIdleTest extends InstrumentationTestCase {
|
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/ |
D | CountingIdlingResourceTest.java | 25 import android.test.InstrumentationTestCase; 34 public class CountingIdlingResourceTest extends InstrumentationTestCase {
|
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/ |
D | BasicNfcEeTest.java | 21 import android.test.InstrumentationTestCase; 31 public class BasicNfcEeTest extends InstrumentationTestCase {
|