Searched refs:TESTAPP_PACKAGE (Results 1 – 2 of 2) sorted by relevance
23 public static final String TESTAPP_PACKAGE = "com.android.tradefed.testapp"; field in TestAppConstants40 TESTAPP_PACKAGE);
92 mInstrumentationTest.setPackageName(TestAppConstants.TESTAPP_PACKAGE); in setUp()117 inOrder.verify(mMockListener).testRunStarted(TestAppConstants.TESTAPP_PACKAGE, 1); in testRun()124 verify(mMockListener).testRunStarted(TestAppConstants.TESTAPP_PACKAGE, 1); in testRun()171 inOrder.verify(mMockListener).testRunStarted(TestAppConstants.TESTAPP_PACKAGE, 1); in testRun_testCrash()196 verify(mMockListener).testRunStarted(TestAppConstants.TESTAPP_PACKAGE, 1); in testRun_testCrash()441 assertEquals(TestAppConstants.TESTAPP_PACKAGE, listener.getCurrentRunResults().getName()); in testRun_rerunCrash()468 TestAppConstants.TESTAPP_PACKAGE, listener.getCurrentRunResults().getName()); in testRun_rerunHang()