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

  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 22 public class InstrumentationTest extends InstrumentationTestCase {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
InstrumentationTest.java 28 public class InstrumentationTest extends InstrumentationTestCase {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
InstrumentationTest.java 31 public class InstrumentationTest {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
InstrumentationTest.java 21 public class InstrumentationTest extends InstrumentationTestCase {
  /art/runtime/
instrumentation_test.cc 179 class InstrumentationTest : public CommonRuntimeTest {
451 TEST_F(InstrumentationTest, NoInstrumentation) {
475 TEST_F(InstrumentationTest, MethodEntryEvent) {
479 TEST_F(InstrumentationTest, MethodExitObjectEvent) {
499 TEST_F(InstrumentationTest, MethodExitPrimEvent) {
518 TEST_F(InstrumentationTest, MethodUnwindEvent) {
522 TEST_F(InstrumentationTest, DexPcMovedEvent) {
526 TEST_F(InstrumentationTest, FieldReadEvent) {
530 TEST_F(InstrumentationTest, FieldWriteObjectEvent) {
548 TEST_F(InstrumentationTest, FieldWritePrimEvent)
    [all...]
  /cts/tests/app/src/android/app/cts/
InstrumentationTest.java 56 public class InstrumentationTest extends InstrumentationTestCase {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationTest.java 61 public class InstrumentationTest implements IDeviceTest, IResumableTest, ITestCollector,
64 private static final String LOG_TAG = "InstrumentationTest";
327 * Set the collection of tests that should be executed by this InstrumentationTest.
    [all...]

Completed in 172 milliseconds