Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java264 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()
400 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView()
451 dragViewToTop((InstrumentationTestCase) test, v, 4); in dragViewToTop()
467 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop()
476 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop()
617 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY); in dragViewTo()
668 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX); in dragViewToX()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DTouchModeFlexibleAsserts.java19 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()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/
H A DTestUtil.java23 import android.test.InstrumentationTestCase;
55 if (testCase instanceof InstrumentationTestCase) { in testTeardown()
58 ((InstrumentationTestCase) testCase).getInstrumentation().waitForIdleSync(); in testTeardown()
/aosp12/frameworks/base/test-runner/api/
H A Dcurrent.txt19 @Deprecated public abstract class ActivityTestCase extends android.test.InstrumentationTestCase {
199 @Deprecated public class SyncBaseInstrumentation extends android.test.InstrumentationTestCase {
211 …method @Deprecated public static void clickView(android.test.InstrumentationTestCase, android.view…
213 …method @Deprecated public static void drag(android.test.InstrumentationTestCase, float, float, flo…
228 …method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.…
229 …method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.…
231 …method @Deprecated public static int dragViewToX(android.test.InstrumentationTestCase, android.vie…
233 …method @Deprecated public static int dragViewToY(android.test.InstrumentationTestCase, android.vie…
235 …method @Deprecated public static void longClickView(android.test.InstrumentationTestCase, android.…
240 …method @Deprecated public static void tapView(android.test.InstrumentationTestCase, android.view.V…
[all …]
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
H A DInstrumentationTest.java19 import android.test.InstrumentationTestCase;
21 public class InstrumentationTest extends InstrumentationTestCase {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/
H A DExternalSharedPermsBTTest.java20 import android.test.InstrumentationTestCase;
22 public class ExternalSharedPermsBTTest extends InstrumentationTestCase
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DInstrumentationTest.java20 import android.test.InstrumentationTestCase;
25 public class InstrumentationTest extends InstrumentationTestCase {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
H A DInstrumentationTest.java18 import android.test.InstrumentationTestCase;
28 public class InstrumentationTest extends InstrumentationTestCase {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java24 import android.test.InstrumentationTestCase;
26 public class ExternalSharedPermsFLTest extends InstrumentationTestCase
/aosp12/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestSuite.java73 if (test instanceof InstrumentationTestCase) { in runTest()
74 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation); in runTest()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java27 import android.test.InstrumentationTestCase;
29 public class ExternalSharedPermsTest extends InstrumentationTestCase
/aosp12/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java25 import android.test.InstrumentationTestCase;
27 public class ExternalSharedPermsDiffKeyTest extends InstrumentationTestCase
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java20 import android.test.InstrumentationTestCase;
29 public class BluetoothRebootStressTest extends InstrumentationTestCase {
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/
H A DUserCredentialsTest.java23 import android.test.InstrumentationTestCase;
34 public class UserCredentialsTest extends InstrumentationTestCase {
/aosp12/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java22 import android.test.InstrumentationTestCase;
33 public class UiAutomatorTestCase extends InstrumentationTestCase {
/aosp12/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java19 import android.test.InstrumentationTestCase;
31 not(new AssignableFrom(InstrumentationTestCase.class));
/aosp12/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
H A DServiceCrashTest.java24 import android.test.InstrumentationTestCase;
31 public class ServiceCrashTest extends InstrumentationTestCase {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
H A DServicesTests.java20 import android.test.InstrumentationTestCase;
30 public class ServicesTests extends InstrumentationTestCase {
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DDataUsageSettingsTests.java25 import android.test.InstrumentationTestCase;
28 public class DataUsageSettingsTests extends InstrumentationTestCase {
/aosp12/packages/apps/Camera2/tests/src/com/android/camera/functional/
H A DCameraTest.java27 import android.test.InstrumentationTestCase;
34 public class CameraTest extends InstrumentationTestCase {
/aosp12/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTtsEnginesTests.java4 import android.test.InstrumentationTestCase;
8 public class TtsEnginesTests extends InstrumentationTestCase {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
H A DNoActivityJUnit3Test.java18 import android.test.InstrumentationTestCase;
42 public class NoActivityJUnit3Test extends InstrumentationTestCase {
/aosp12/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
H A DBasicNfcEeTest.java21 import android.test.InstrumentationTestCase;
31 public class BasicNfcEeTest extends InstrumentationTestCase {
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
H A DCameraTest.java29 import android.test.InstrumentationTestCase;
38 public class CameraTest extends InstrumentationTestCase {
/aosp12/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java29 import android.test.InstrumentationTestCase;
36 public class DataIdleTest extends InstrumentationTestCase {

1234