Searched refs:test (Results 401 - 425 of 1182) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
H A DMaxColorsTest.java21 import android.test.InstrumentationTestCase;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/
H A DCustomLayoutManager.java17 package android.support.v7.recyclerview.test;
25 * A couple of LayoutManagers used to test inflation using XML attributes.
/frameworks/base/tools/aapt2/
H A DStringPool_test.cpp171 android::ResStringPool test; local
172 ASSERT_EQ(test.setTo(data.get(), buffer.size()), android::NO_ERROR);
198 android::ResStringPool test; local
199 ASSERT_EQ(test.setTo(data.get(), buffer.size()), android::NO_ERROR);
201 EXPECT_EQ(util::getString(test, 0), u"hello");
202 EXPECT_EQ(util::getString(test, 1), u"goodbye");
203 EXPECT_EQ(util::getString(test, 2), sLongString);
204 EXPECT_EQ(util::getString(test, 3), u"style");
206 const ResStringPool_span* span = test.styleAt(3);
208 EXPECT_EQ(util::getString(test, spa
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java26 import android.test.InstrumentationTestCase;
254 * @param test The test case that is being run
257 public static void tapView(InstrumentationTestCase test, RecyclerView recyclerView, argument
273 Instrumentation inst = test.getInstrumentation();
294 * @param test The test case that is being run
297 public static void touchAndCancelView(InstrumentationTestCase test, View v) { argument
307 Instrumentation inst = test.getInstrumentation();
329 * @param test Th
332 clickView(InstrumentationTestCase test, View v) argument
378 longClickView(InstrumentationTestCase test, View v) argument
423 dragViewToTop(InstrumentationTestCase test, View v) argument
434 dragViewToTop(InstrumentationTestCase test, View v, int stepCount) argument
503 dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, int toY) argument
533 dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) argument
559 dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) argument
585 drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
[all...]
/frameworks/av/media/libstagefright/timedtext/test/
H A DAndroid.mk8 # A test for TimedTextSRTSource
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestRunner.java20 import android.test.InstrumentationTestRunner;
21 import android.test.InstrumentationTestSuite;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java24 import android.test.suitebuilder.annotation.LargeTest;
25 import android.test.AndroidTestCase;
/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 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/os/
H A DHandlerThreadTest.java24 import android.test.suitebuilder.annotation.MediumTest;
25 import android.test.suitebuilder.annotation.SmallTest;
H A DProcessTest.java22 import android.test.suitebuilder.annotation.MediumTest;
23 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/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;

Completed in 394 milliseconds

<<11121314151617181920>>