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

  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 22 public class InstrumentationTest extends InstrumentationTestCase {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
InstrumentationTest.java 21 public class InstrumentationTest extends InstrumentationTestCase {
  /art/runtime/
instrumentation_test.cc 147 class InstrumentationTest : public CommonRuntimeTest {
394 TEST_F(InstrumentationTest, NoInstrumentation) {
418 TEST_F(InstrumentationTest, MethodEntryEvent) {
422 TEST_F(InstrumentationTest, MethodExitEvent) {
426 TEST_F(InstrumentationTest, MethodUnwindEvent) {
430 TEST_F(InstrumentationTest, DexPcMovedEvent) {
434 TEST_F(InstrumentationTest, FieldReadEvent) {
438 TEST_F(InstrumentationTest, FieldWriteEvent) {
442 TEST_F(InstrumentationTest, ExceptionCaughtEvent) {
446 TEST_F(InstrumentationTest, BranchEvent)
    [all...]
  /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";
310 * Set the collection of tests that should be executed by this InstrumentationTest.
    [all...]
  /cts/tests/app/src/android/app/cts/
InstrumentationTest.java 56 public class InstrumentationTest extends InstrumentationTestCase {

Completed in 461 milliseconds