Home
last modified time | relevance | path

Searched refs:ActivityInstrumentationTestCase2 (Results 1 – 25 of 99) sorted by relevance

1234

/aosp12/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java47 public abstract class ActivityInstrumentationTestCase2<T extends Activity> class
63 public ActivityInstrumentationTestCase2(String pkg, Class<T> activityClass) { in ActivityInstrumentationTestCase2() method in ActivityInstrumentationTestCase2
73 public ActivityInstrumentationTestCase2(Class<T> activityClass) { in ActivityInstrumentationTestCase2() method in ActivityInstrumentationTestCase2
172 scrubClass(ActivityInstrumentationTestCase2.class); in tearDown()
/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSearchActivityTest.java18 import android.test.ActivityInstrumentationTestCase2;
30 public class SearchActivityTest extends ActivityInstrumentationTestCase2<SearchActivity> {
/aosp12/packages/services/Car/tests/DiagnosticTools/tests/src/com/google/android/car/diagnostictools/
H A DDiagnosticToolsTest.java19 import android.test.ActivityInstrumentationTestCase2;
25 public class DiagnosticToolsTest extends ActivityInstrumentationTestCase2<ECUListActivity> {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
H A DMultiDexUpdateTest.java18 import android.test.ActivityInstrumentationTestCase2;
25 public class MultiDexUpdateTest extends ActivityInstrumentationTestCase2<MainActivity>
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
H A DMultiDexUpdateTest.java18 import android.test.ActivityInstrumentationTestCase2;
25 public class MultiDexUpdateTest extends ActivityInstrumentationTestCase2<MainActivity>
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
H A DMultiDexUpdateTest.java18 import android.test.ActivityInstrumentationTestCase2;
25 public class MultiDexUpdateTest extends ActivityInstrumentationTestCase2<MainActivity>
/aosp12/system/extras/power_profile/camera_avg/Application/tests/src/com/example/android/cameraavg/tests/
H A DSampleTests.java20 import android.test.ActivityInstrumentationTestCase2;
25 public class SampleTests extends ActivityInstrumentationTestCase2<CameraActivity> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridPaddingTest.java19 import android.test.ActivityInstrumentationTestCase2;
24 public class GridPaddingTest extends ActivityInstrumentationTestCase2<GridPadding> {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/src/com/android/framework/multidexlegacycorrupteddex/
H A DCorruptedDexTest.java18 import android.test.ActivityInstrumentationTestCase2;
28 public class CorruptedDexTest extends ActivityInstrumentationTestCase2<MainActivity>
/aosp12/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java6 import android.test.ActivityInstrumentationTestCase2;
8 public class Test extends ActivityInstrumentationTestCase2<AutomaticActivity> {
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMutateDrawableTest.java19 import android.test.ActivityInstrumentationTestCase2;
23 public class MutateDrawableTest extends ActivityInstrumentationTestCase2<MutateDrawable> {
H A DViewAttachTest.java22 import android.test.ActivityInstrumentationTestCase2;
31 ActivityInstrumentationTestCase2<ViewAttachTestActivity> {
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java18 import android.test.ActivityInstrumentationTestCase2;
25 public class Test extends ActivityInstrumentationTestCase2<MainActivity> {
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DOrientationUtil.java22 import android.test.ActivityInstrumentationTestCase2;
49 ActivityInstrumentationTestCase2 testCase) { in initializeAndStartActivityIfNotStarted()
/aosp12/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfTest.java5 import android.test.ActivityInstrumentationTestCase2;
7 public class FrameworkPerfTest extends ActivityInstrumentationTestCase2<FrameworkPerfActivity> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListSetSelectionTest.java19 import android.test.ActivityInstrumentationTestCase2;
28 public class ListSetSelectionTest extends ActivityInstrumentationTestCase2<ListSimple> {
H A DListManagedCursorTest.java20 import android.test.ActivityInstrumentationTestCase2;
31 public class ListManagedCursorTest extends ActivityInstrumentationTestCase2<ListManagedCursor> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DFocusableInTouchModeClickTest.java19 import android.test.ActivityInstrumentationTestCase2;
26 public class FocusableInTouchModeClickTest extends ActivityInstrumentationTestCase2<LLOfTwoFocusabl…
H A DStartInTouchWithViewInFocusTest.java21 import android.test.ActivityInstrumentationTestCase2;
30 ActivityInstrumentationTestCase2<LLEditTextThenButton> {
/aosp12/frameworks/base/test-runner/api/
H A Dlint-baseline.txt6 GenericException: android.test.ActivityInstrumentationTestCase2#runTest():
8 GenericException: android.test.ActivityInstrumentationTestCase2#setUp():
10 GenericException: android.test.ActivityInstrumentationTestCase2#tearDown():
142 ProtectedMember: android.test.ActivityInstrumentationTestCase2#runTest():
143 …ed methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.runTe…
144 ProtectedMember: android.test.ActivityInstrumentationTestCase2#setUp():
145 …ed methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.setUp…
146 ProtectedMember: android.test.ActivityInstrumentationTestCase2#tearDown():
147 …ed methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.tearD…
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListWithFirstScreenUnSelectableTest.java19 import android.test.ActivityInstrumentationTestCase2;
29 extends ActivityInstrumentationTestCase2<ListWithFirstScreenUnSelectable> {
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
H A DMediaPlayerPowerTest.java23 import android.test.ActivityInstrumentationTestCase2;
31 public class MediaPlayerPowerTest extends ActivityInstrumentationTestCase2<MediaFrameworkTest> {
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java22 import android.test.ActivityInstrumentationTestCase2;
35 public class MediaPlayerInvokeTest extends ActivityInstrumentationTestCase2<MediaFrameworkTest> {
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java19 import android.test.ActivityInstrumentationTestCase2;
30 public class RadioGroupPreCheckedTest extends ActivityInstrumentationTestCase2<RadioGroupActivity> {
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DWindowDecorActionBarTest.java19 import android.test.ActivityInstrumentationTestCase2;
32 extends ActivityInstrumentationTestCase2<WindowDecorActionBarTestActivity> {

1234