/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 68 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown() 97 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp() 143 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom() 178 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() 210 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom() 239 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom() 264 public static void tapView(InstrumentationTestCase test, View v) { in tapView() 304 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView() 339 public static void clickView(InstrumentationTestCase test, View v) { in clickView() 391 longClickView((InstrumentationTestCase) test, v); in longClickView() [all …]
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | TouchModeFlexibleAsserts.java | 19 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/ |
D | InstrumentationTest.java | 19 import android.test.InstrumentationTestCase; 21 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/coretests/src/android/app/ |
D | InstrumentationTest.java | 20 import android.test.InstrumentationTestCase; 25 public class InstrumentationTest extends InstrumentationTestCase {
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/ |
D | InstrumentationTest.java | 18 import android.test.InstrumentationTestCase; 28 public class InstrumentationTest 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/test-runner/api/ |
D | current.txt | 19 @Deprecated public abstract class ActivityTestCase extends android.test.InstrumentationTestCase { 147 …rTestCase<T extends android.content.ContentProvider> extends android.test.InstrumentationTestCase { 185 …unchActivityTestCase<T extends android.app.Activity> extends android.test.InstrumentationTestCase { 191 @Deprecated public class SyncBaseInstrumentation extends android.test.InstrumentationTestCase { 203 …method @Deprecated public static void clickView(android.test.InstrumentationTestCase, android.view… 205 …method @Deprecated public static void drag(android.test.InstrumentationTestCase, float, float, flo… 207 …Deprecated public static void dragQuarterScreenDown(android.test.InstrumentationTestCase, android.… 209 …method @Deprecated public static void dragQuarterScreenUp(android.test.InstrumentationTestCase, an… 211 …method @Deprecated public static int dragViewBy(android.test.InstrumentationTestCase, android.view… 213 …method @Deprecated public static int dragViewTo(android.test.InstrumentationTestCase, android.view… [all …]
|
/frameworks/base/test-base/src/android/test/ |
D | InstrumentationTestSuite.java | 73 if (test instanceof InstrumentationTestCase) { in runTest() 74 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation); in runTest()
|
/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/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/bluetoothtests/src/android/bluetooth/ |
D | BluetoothRebootStressTest.java | 20 import android.test.InstrumentationTestCase; 29 public class BluetoothRebootStressTest extends InstrumentationTestCase {
|
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestCase.java | 22 import android.test.InstrumentationTestCase; 33 public class UiAutomatorTestCase extends InstrumentationTestCase {
|
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/ |
D | ServiceCrashTest.java | 24 import android.test.InstrumentationTestCase; 31 public class ServiceCrashTest extends InstrumentationTestCase {
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestPredicates.java | 19 import android.test.InstrumentationTestCase; 31 not(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/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/ |
D | NoActivityJUnit3Test.java | 18 import android.test.InstrumentationTestCase; 42 public class NoActivityJUnit3Test 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/base/nfc-extras/tests/src/com/android/nfc_extras/tests/ |
D | BasicNfcEeTest.java | 21 import android.test.InstrumentationTestCase; 31 public class BasicNfcEeTest extends InstrumentationTestCase {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ModuleInfoProviderTest.java | 24 import android.test.InstrumentationTestCase; 33 public class ModuleInfoProviderTest extends InstrumentationTestCase {
|
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultReceiverTest.java | 32 import android.test.InstrumentationTestCase; 42 public class CarrierDefaultReceiverTest extends InstrumentationTestCase {
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | ListViewTest.java | 21 import android.test.InstrumentationTestCase; 36 public class ListViewTest extends InstrumentationTestCase {
|
/frameworks/base/test-base/hiddenapi/src/android/test/ |
D | InstrumentationTestCase.java | 30 public class InstrumentationTestCase extends TestCase { class
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 26 import android.test.InstrumentationTestCase; 38 public class NotificationStressTest extends InstrumentationTestCase {
|