Home
last modified time | relevance | path

Searched defs:appLaunchTest (Results 1 – 1 of 1) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java62 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testFailed() local
72 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testPassed() local
84 AppLaunchTest appLaunchTest = createLaunchTestWithMockDevice(mMockDevice); in run_packageResetSuccess() local
96 AppLaunchTest appLaunchTest = createLaunchTestWithMockDevice(mMockDevice); in run_packageResetError() local
106 AppLaunchTest appLaunchTest = createLaunchTestWithRetry(instrumentationTest, 2); in run_testRetry_passedAfterTwoFailings() local
116 AppLaunchTest appLaunchTest = createLaunchTestWithRetry(instrumentationTest, 2); in run_testRetry_failedAfterThreeFailings() local
372 AppLaunchTest appLaunchTest = in createLaunchTestWithInstrumentation() local
391 AppLaunchTest appLaunchTest = in createLaunchTestWithRetry() local
409 AppLaunchTest appLaunchTest = new AppLaunchTest(TEST_PACKAGE_NAME); in createLaunchTestWithMockDevice() local