Searched refs:test (Results 451 - 475 of 892) sorted by relevance

<<11121314151617181920>>

/frameworks/support/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java28 import android.test.AndroidTestCase;
29 import android.test.suitebuilder.annotation.SmallTest;
H A DImageRequestTest.java22 import android.test.InstrumentationTestCase;
23 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/wilhelm/tests/
H A DAndroid.mk38 # Build the manual test programs.
/frameworks/wilhelm/tests/automated/
H A DAndroid.mk38 # Build the manual test programs.
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
H A DEffectsVideoCapture.java23 import android.test.ActivityInstrumentationTestCase2;
24 import android.test.suitebuilder.annotation.LargeTest;
/frameworks/ex/common/
H A DAndroid.mk31 # Build the test package
32 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
/frameworks/base/core/tests/coretests/src/android/app/
H A DSearchablesTest.java34 import android.test.AndroidTestCase;
35 import android.test.MoreAsserts;
36 import android.test.mock.MockContext;
37 import android.test.mock.MockPackageManager;
38 import android.test.suitebuilder.annotation.SmallTest;
45 * To launch this test from the command line:
49 * com.android.unit_tests/android.test.InstrumentationTestRunner
73 // test basic array & hashmap
87 * things I'd like to test.
108 // tests with "real" searchables (deprecate, this should be a unit test)
[all...]
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java17 package com.test.tilebenchmark;
19 import com.test.tilebenchmark.ProfileActivity.ProfileCallback;
28 import android.test.ActivityInstrumentationTestCase2;
167 Log.d(LOGTAG, "test starting for url " + url);
187 // if testing animations, test must be in mAnimTests
191 for (String test : mAnimTests) {
192 if (test.equals(nextTest)) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java20 import android.test.AndroidTestCase;
21 import android.test.PerformanceTestCase;
22 import android.test.suitebuilder.annotation.SmallTest;
H A DDrawableBgMinSizeTest.java21 import android.test.TouchUtils;
22 import android.test.suitebuilder.annotation.MediumTest;
25 import android.test.ActivityInstrumentationTestCase;
H A DVisibilityCallbackTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.UiThreadTest;
21 import android.test.suitebuilder.annotation.MediumTest;
H A DVisibilityTest.java22 import android.test.ActivityInstrumentationTestCase;
23 import android.test.suitebuilder.annotation.LargeTest;
24 import android.test.suitebuilder.annotation.MediumTest;
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java20 import android.test.ActivityInstrumentationTestCase2;
21 import android.test.FlakyTest;
22 import android.test.suitebuilder.annotation.MediumTest;
H A DListViewTest.java25 import android.test.InstrumentationTestCase;
26 import android.test.mock.MockContext;
27 import android.test.suitebuilder.annotation.MediumTest;
H A DTextViewPerformanceTest.java23 import android.test.AndroidTestCase;
24 import android.test.suitebuilder.annotation.MediumTest;
25 import android.test.suitebuilder.annotation.SmallTest;
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java20 import android.test.InstrumentationTestCase;
21 import android.test.suitebuilder.annotation.LargeTest;
22 import android.test.suitebuilder.annotation.MediumTest;
29 * TODO: extract base test case that launches {@link ListOfInternalSelectionViews} with
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravityTest.java19 import android.test.ActivityInstrumentationTestCase;
20 import android.test.suitebuilder.annotation.MediumTest;
21 import android.test.ViewAsserts;
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DScrollViewButtonsAndLabelsTest.java21 import android.test.ActivityInstrumentationTestCase;
22 import android.test.suitebuilder.annotation.LargeTest;
23 import android.test.suitebuilder.annotation.MediumTest;
58 + "test to be worth anything",
77 + "button in the scroll view for this test to work (since we "
102 + "this test to work",
/frameworks/base/tests/CoreTests/android/core/
H A DSocketTest.java32 import android.test.suitebuilder.annotation.LargeTest;
33 import android.test.suitebuilder.annotation.SmallTest;
34 import android.test.suitebuilder.annotation.Suppress;
85 // Regression test for #820068: Wildcard address
96 // Regression test for #865753: server sockets not closing properly
105 // Regression test for #876985: SO_REUSEADDR not working properly
181 // Regression test for issue 1018016, connecting ignored a set timeout.
183 // Disabled because test behaves differently depending on networking
212 * Regression test for 1062928: Dotted IP addresses (e.g., 192.168.100.1)
218 * used to test th
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java27 import android.test.AndroidTestCase;
28 import android.test.mock.MockContentProvider;
29 import android.test.mock.MockCursor;
117 // In this test, following arguments are not supported.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioManagerTest.java25 import android.test.ActivityInstrumentationTestCase2;
26 import android.test.suitebuilder.annotation.MediumTest;
27 import android.test.suitebuilder.annotation.LargeTest;
31 * Junit / Instrumentation test case for the media AudioManager api
37 // the AudioManager used throughout the test
100 // Test case 1: Simple test case to validate the set ringtone mode
132 * Fails the test if expectedFocusLossMode != mAudioFocusListener.mLastFocusChange
136 // request AudioFocus so we can test that mAudioFocusListener loses it when another
150 // test successful if the expected focus loss was recorded
168 //Test case 1: test audi
[all...]
/frameworks/base/core/tests/coretests/src/android/accounts/
H A DAccountManagerServiceTest.java27 import android.test.AndroidTestCase;
28 import android.test.IsolatedContext;
29 import android.test.RenamingDelegatingContext;
30 import android.test.mock.MockContentResolver;
31 import android.test.mock.MockContext;
32 import android.test.mock.MockPackageManager;
46 final String filenamePrefix = "test.";
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java33 import android.test.ActivityInstrumentationTestCase2;
34 import android.test.suitebuilder.annotation.LargeTest;
85 Log.v(TAG, this.getName() + " is excluded for wi-fi only test");
/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 DDatabaseLockTest.java20 import android.test.suitebuilder.annotation.Suppress;
24 import android.test.AndroidTestCase;
30 * This should be turned into a performance tracking test.
65 * This test is intended to verify that, when two threads are accessing the
90 * This function is to create the second thread for testLockFairness() test.
115 * This test is intended to verify that, even when two threads are accessing
147 * This function is to create the second thread for testLockLatency() test.

Completed in 498 milliseconds

<<11121314151617181920>>