Searched refs:test (Results 276 - 300 of 771) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java19 import android.test.suitebuilder.annotation.MediumTest;
20 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLifecycleTest.java21 import android.test.suitebuilder.annotation.MediumTest;
22 import android.test.suitebuilder.annotation.Suppress;
67 //flaky test, removing from large suite until 1866891 is fixed
/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java20 import android.test.AndroidTestCase;
21 import android.test.suitebuilder.annotation.SmallTest;
72 assertEquals("test.txt", files[0]);
/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java19 import android.test.suitebuilder.annotation.SmallTest;
21 import android.test.PerformanceTestCase;
32 // These test can only be run once.
H A DDatabaseStressTest.java23 import android.test.AndroidTestCase;
24 import android.test.suitebuilder.annotation.Suppress;
28 // This test suite is too desctructive and takes too long to be included in the
52 mDatabase.execSQL("CREATE TABLE IF NOT EXISTS test (_id INTEGER PRIMARY KEY, data TEXT);");
71 mDatabase.execSQL("INSERT INTO test (data) VALUES (?)", strArr);
72 mDatabase.execSQL("delete from test;");
80 * use fillup -p 90 before run the test
93 mDatabase.execSQL("INSERT INTO test (data) VALUES (?)", strArr);
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteUnfinalizedExceptionTest.java21 import android.test.AndroidTestCase;
22 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerThreadTest.java24 import android.test.suitebuilder.annotation.MediumTest;
25 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/base/core/tests/coretests/src/android/text/util/
H A DLinkifyTest.java19 import android.test.AndroidTestCase;
20 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java23 import android.test.PerformanceTestCase;
24 import android.test.suitebuilder.annotation.Suppress;
34 // TODO: remove this test once we uncomment out the following test.
40 /* TODO: This test is commented out because we will not be able to set properities. Fix the test.
42 // First clear any SystemProperty setting for our test key.
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCacheTest.java22 import android.test.ActivityInstrumentationTestCase;
23 import android.test.suitebuilder.annotation.MediumTest;
H A DViewGroupAttributesTest.java20 import android.test.AndroidTestCase;
21 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DWebkitTest.java19 import android.test.AndroidTestCase;
21 import android.test.suitebuilder.annotation.MediumTest;
35 * Note: check the logging output manually to test
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DLinearLayoutGridTest.java19 import android.test.SingleLaunchActivityTestCase;
20 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentZeroWidthAndWeightTest.java24 import android.test.ActivityInstrumentationTestCase;
25 import android.test.suitebuilder.annotation.MediumTest;
54 // the test fails.
60 assertFalse("exception test view should not fail", etv.isFailed());
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DAddColumnTest.java22 import android.test.ActivityInstrumentationTestCase;
23 import android.test.suitebuilder.annotation.MediumTest;
H A DFixedWidthTest.java22 import android.test.ActivityInstrumentationTestCase;
23 import android.test.suitebuilder.annotation.MediumTest;
H A DWeightTest.java22 import android.test.ActivityInstrumentationTestCase;
23 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRetainsFocusAcrossLayoutsTest.java21 import android.test.ActivityInstrumentationTestCase;
22 import android.test.suitebuilder.annotation.MediumTest;
H A DListViewHeightTest.java20 import android.test.ActivityInstrumentationTestCase;
21 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.MediumTest;
H A DListOfShortTallShortTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.MediumTest;
H A DListWithSeparatorsTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListHorizontalFocusWithinItemWinsTest.java21 import android.test.ActivityInstrumentationTestCase;
22 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DTallTextAboveButtonTest.java21 import android.test.ActivityInstrumentationTestCase;
22 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusChangeTest.java24 import android.test.ActivityInstrumentationTestCase;
25 import android.test.suitebuilder.annotation.MediumTest;

Completed in 97 milliseconds

<<11121314151617181920>>