Home
last modified time | relevance | path

Searched refs:CRASH_TEST_METHOD (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java147 TestAppConstants.TESTAPP_CLASS, TestAppConstants.CRASH_TEST_METHOD); in testRun_testCrash()
149 mInstrumentationTest.setMethodName(TestAppConstants.CRASH_TEST_METHOD); in testRun_testCrash()
/tools/tradefederation/core/tests/src/com/android/tradefed/
DTestAppConstants.java29 public static final String CRASH_TEST_METHOD = "testCrash"; field in TestAppConstants