Searched refs:test (Results 301 - 325 of 583) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/tests/coretests/src/android/util/
H A DPatternsTest.java18 import android.test.suitebuilder.annotation.SmallTest;
38 // One of the new top level test domain.
160 for (String test : tests) {
161 Matcher m = Patterns.PHONE.matcher(test);
163 assertTrue("Valid phone " + test, m.find());
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithFooterViewAndNewLabelsTest.java22 import android.test.ActivityInstrumentationTestCase;
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java20 import android.test.ActivityInstrumentationTestCase;
21 import android.test.suitebuilder.annotation.LargeTest;
22 import android.test.suitebuilder.annotation.MediumTest;
23 import android.test.TouchUtils;
H A DGridTouchVerticalSpacingTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.LargeTest;
21 import android.test.suitebuilder.annotation.MediumTest;
22 import android.test.TouchUtils;
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListWithFirstScreenUnSelectableTest.java20 import android.test.ActivityInstrumentationTestCase2;
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.LargeTest;
21 import android.test.suitebuilder.annotation.MediumTest;
22 import android.test.TouchUtils;
H A DListTouchManyTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.LargeTest;
21 import android.test.suitebuilder.annotation.MediumTest;
22 import android.test.TouchUtils;
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java27 import android.test.InstrumentationTestCase;
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java25 import android.test.InstrumentationTestCase;
/frameworks/base/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java17 package com.android.test;
H A DTestView.java17 package com.android.test;
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java17 package android.test;
24 * This class provides functional testing of a single activity. The activity under test will
29 * <p>If you prefer an isolated unit test, see {@link android.test.ActivityUnitTestCase}.
32 * {@link android.test.ActivityInstrumentationTestCase2}, which provides more options for
33 * configuring the Activity under test
46 * @param activityClass The activity to test. This must be a class in the instrumentation
57 * @param activityClass The activity to test. This must be a class in the instrumentation
87 // creates a non-static inner class (thus referencing the test case) and gives it to
H A DActivityTestCase.java17 package android.test;
24 * This is common code used to support Activity test cases. For more useful classes, please see
25 * {@link android.test.ActivityUnitTestCase} and
26 * {@link android.test.ActivityInstrumentationTestCase}.
31 * The activity that will be set up for use in each test method.
36 * @return Returns the activity under test.
43 * Set the activity under test.
44 * @param testActivity The activity under test
53 * test case creates a non-static inner class (thus referencing the test cas
[all...]
H A DDatabaseTestUtils.java17 package android.test;
H A DSingleLaunchActivityTestCase.java17 package android.test;
24 * If you would like to test a single activity with an
25 * {@link android.test.InstrumentationTestCase}, this provides some of the boiler plate to
45 * @param activityClass The activity to test.
54 * The activity that will be set up for use in each test method.
65 // If it is the first test case, launch the activity.
76 // If it is the last test case, call finish on the activity.
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentResolver.java17 package android.test.mock;
31 * A mock {@link android.content.ContentResolver} class that isolates the test code from the real
35 * <p>This only isolates the test code in ways that have proven useful so far. More should be
/frameworks/base/test-runner/tests/
H A DAndroid.mk21 LOCAL_JAVA_LIBRARIES := android.test.runner
23 # Include all test java files.
/frameworks/base/tests/BrowserPowerTest/
H A DAndroid.mk21 LOCAL_JAVA_LIBRARIES := android.test.runner
23 # Include all test java files.
/frameworks/base/tests/CoreTests/android/core/
H A DBooleanTest.java20 import android.test.suitebuilder.annotation.SmallTest;
H A DBufferedReaderTest.java23 import android.test.suitebuilder.annotation.MediumTest;
H A DBufferedWriterTest.java23 import android.test.suitebuilder.annotation.SmallTest;
H A DByteArrayInputStreamTest.java22 import android.test.suitebuilder.annotation.SmallTest;
H A DCharArrayReaderTest.java22 import android.test.suitebuilder.annotation.SmallTest;
H A DEnumTest.java20 import android.test.suitebuilder.annotation.SmallTest;
H A DPushbackInputStreamTest.java23 import android.test.suitebuilder.annotation.SmallTest;

Completed in 365 milliseconds

<<11121314151617181920>>