Loading tests/StagedInstallTest/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ java_test_host { "cts-install-lib-host", ], data: [ ":com.android.apex.apkrollback.test_v1", ":com.android.apex.cts.shim.v2_prebuilt", ":TestAppAv1", ], Loading tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/StagedInstallInternalTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -47,11 +47,7 @@ import java.util.function.Consumer; @RunWith(JUnit4.class) public class StagedInstallInternalTest { private static final String TAG = StagedInstallInternalTest.class.getSimpleName(); private static final String APK_IN_APEX_TESTAPEX_NAME = "com.android.apex.apkrollback.test"; private static final TestApp TEST_APEX_WITH_APK_V1 = new TestApp("TestApexWithApkV1", APK_IN_APEX_TESTAPEX_NAME, 1, /*isApex*/true, APK_IN_APEX_TESTAPEX_NAME + "_v1.apex"); private static final TestApp TEST_APEX_WITH_APK_V2 = new TestApp("TestApexWithApkV2", APK_IN_APEX_TESTAPEX_NAME, 2, /*isApex*/true, APK_IN_APEX_TESTAPEX_NAME + "_v2.apex"); Loading Loading
tests/StagedInstallTest/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ java_test_host { "cts-install-lib-host", ], data: [ ":com.android.apex.apkrollback.test_v1", ":com.android.apex.cts.shim.v2_prebuilt", ":TestAppAv1", ], Loading
tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/StagedInstallInternalTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -47,11 +47,7 @@ import java.util.function.Consumer; @RunWith(JUnit4.class) public class StagedInstallInternalTest { private static final String TAG = StagedInstallInternalTest.class.getSimpleName(); private static final String APK_IN_APEX_TESTAPEX_NAME = "com.android.apex.apkrollback.test"; private static final TestApp TEST_APEX_WITH_APK_V1 = new TestApp("TestApexWithApkV1", APK_IN_APEX_TESTAPEX_NAME, 1, /*isApex*/true, APK_IN_APEX_TESTAPEX_NAME + "_v1.apex"); private static final TestApp TEST_APEX_WITH_APK_V2 = new TestApp("TestApexWithApkV2", APK_IN_APEX_TESTAPEX_NAME, 2, /*isApex*/true, APK_IN_APEX_TESTAPEX_NAME + "_v2.apex"); Loading