Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java70 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testFailed()
80 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testPassed()
90 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_takeScreenShot_savesToTestLog()
92 .setOptionValue(AppLaunchTest.SCREENSHOT_AFTER_LAUNCH, "true"); in run_takeScreenShot_savesToTestLog()
110 AppLaunchTest appLaunchTest = createLaunchTestWithMockDevice(mMockDevice); in run_packageResetSuccess()
122 AppLaunchTest appLaunchTest = createLaunchTestWithMockDevice(mMockDevice); in run_packageResetError()
132 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest, 2); in run_testRetry_passedAfterTwoFailings()
142 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest, 2); in run_testRetry_failedAfterThreeFailings()
151 AppLaunchTest sut = new AppLaunchTest(); in addIncludeFilter_nullIncludeFilter_throwsException()
158 AppLaunchTest sut = new AppLaunchTest(); in addIncludeFilter_emptyIncludeFilter_throwsException()
[all …]
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java60 public class AppLaunchTest class
109 public AppLaunchTest() { in AppLaunchTest() method in AppLaunchTest
114 public AppLaunchTest(String packageName) { in AppLaunchTest() method in AppLaunchTest
119 public AppLaunchTest(String packageName, int retryCount) { in AppLaunchTest() method in AppLaunchTest