HomeSort by relevance Sort by last modified time
    Searched refs:InstrumentationTest (Results 1 - 9 of 9) sorted by null

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
InstrumentationTest.java 21 public class InstrumentationTest extends InstrumentationTestCase {
  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 22 public class InstrumentationTest extends InstrumentationTestCase {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 22 import com.android.tradefed.testtype.InstrumentationTest;
56 InstrumentationTest instrTest = new InstrumentationTest();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
InstrumentationApkTest.java 24 import com.android.tradefed.testtype.InstrumentationTest;
33 * A {@link InstrumentationTest] that will install CTS apks before test execution,
36 public class InstrumentationApkTest extends InstrumentationTest implements IBuildReceiver {
TestPackageDef.java 23 import com.android.tradefed.testtype.InstrumentationTest;
245 // removed, and it can be treated just like a normal InstrumentationTest
278 * @return the populated {@link InstrumentationTest} or <code>null</code>
280 private InstrumentationTest setInstrumentationTest(InstrumentationApkTest instrTest,
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 21 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
44 instrumentationTestSuiteBuilder.includePackages(packageFor(InstrumentationTest.class));
49 assertTrue(recorder.saw("InstrumentationTest.testInstrumentation"));
UnitTestSuiteBuilderTest.java 19 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
42 unitTestSuiteBuilder.includePackages(packageFor(InstrumentationTest.class));
49 assertFalse(recorder.saw("InstrumentationTest.testInstrumentation"));
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 53 public class InstrumentationTest extends InstrumentationTestCase {
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 387 milliseconds