OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrumentationTestSuite
(Results
1 - 25
of
42
) sorted by null
1
2
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
37
TestSuite suite = new
InstrumentationTestSuite
(this);
/frameworks/base/core/java/android/test/
InstrumentationTestSuite.java
29
public class
InstrumentationTestSuite
extends TestSuite {
37
public
InstrumentationTestSuite
(Instrumentation instr) {
42
public
InstrumentationTestSuite
(String name, Instrumentation instr) {
52
public
InstrumentationTestSuite
(final Class theClass, Instrumentation instr) {
60
addTest(new
InstrumentationTestSuite
(testClass, mInstrumentation));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkPowerTestRunner.java
24
import android.test.
InstrumentationTestSuite
;
40
TestSuite suite = new
InstrumentationTestSuite
(this);
CameraStressTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
31
TestSuite suite = new
InstrumentationTestSuite
(this);
MediaPlayerStressTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
31
TestSuite suite = new
InstrumentationTestSuite
(this);
MediaFrameworkIntegrationTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
45
TestSuite suite = new
InstrumentationTestSuite
(this);
MediaFrameworkPerfTestRunner.java
26
import android.test.
InstrumentationTestSuite
;
45
TestSuite suite = new
InstrumentationTestSuite
(this);
MediaFrameworkUnitTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
46
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorInstrumentationTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
30
TestSuite suite = new
InstrumentationTestSuite
(this);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerUnitTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
36
TestSuite suite = new
InstrumentationTestSuite
(this);
ConnectivityManagerTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
43
TestSuite suite = new
InstrumentationTestSuite
(this);
WifiAssociationTestRunner.java
23
import android.test.
InstrumentationTestSuite
;
47
TestSuite suite = new
InstrumentationTestSuite
(this);
ConnectivityManagerStressTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
49
TestSuite suite = new
InstrumentationTestSuite
(this);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsPerfTestRunner.java
23
import android.test.
InstrumentationTestSuite
;
40
TestSuite suite = new
InstrumentationTestSuite
(this);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestRunner.java
19
import android.test.
InstrumentationTestSuite
;
29
TestSuite suite = new
InstrumentationTestSuite
(this);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTestRunner.java
22
import android.test.
InstrumentationTestSuite
;
35
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Music/tests/src/com/android/music/
MusicPlayerFunctionalTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
43
TestSuite suite = new
InstrumentationTestSuite
(this);
MusicPlayerStressTestRunner.java
23
import android.test.
InstrumentationTestSuite
;
40
TestSuite suite = new
InstrumentationTestSuite
(this);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
43
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Camera/tests/src/com/android/camera/
CameraTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
35
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStressTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
33
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Camera2/tests/src/com/android/camera/
CameraTestRunner.java
20
import android.test.
InstrumentationTestSuite
;
34
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraStressTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
33
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/LegacyCamera/tests/src/com/android/camera/
CameraStressTestRunner.java
22
import android.test.
InstrumentationTestSuite
;
35
TestSuite suite = new
InstrumentationTestSuite
(this);
/packages/apps/Mms/tests/src/com/android/mms/
SmsTestRunner.java
21
import android.test.
InstrumentationTestSuite
;
51
TestSuite suite = new
InstrumentationTestSuite
(this);
Completed in 712 milliseconds
1
2