Searched refs:APK_BASE (Results 1 – 3 of 3) sorted by relevance
39 private static final String APK_BASE = "CtsIsolatedSplitApp.apk"; field in IsolatedSplitsTests72 new InstallMultiple(instant).addApk(APK_BASE).run(); in testInstallBase()89 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_BASE_pl).run(); in testInstallBaseAndConfigSplit()106 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_B).runExpectingFailure(); in testInstallMissingDependency()117 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).run(); in testInstallOneFeatureSplit()138 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_BASE_pl) in testInstallOneFeatureSplitAndConfigSplits()154 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testInstallDependentFeatureSplits()178 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallDependentFeatureSplitsAndConfigSplits()195 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallAllFeatureSplits()221 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallAllFeatureSplitsAndConfigSplits()
45 private static final String APK_BASE = "CtsClassloaderSplitApp.apk"; field in ClassloaderSplitsTest70 new InstallMultiple(instant).addApk(APK_BASE).run(); in testBaseClassLoader()85 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).run(); in testFeatureAClassLoader()102 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testFeatureBClassLoader()115 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testReceiverClassLoaders()
59 private static final String APK_BASE = "CtsDexMetadataSplitApp.apk"; field in InstallDexMetadataHostTest96 mApkBaseFile = extractResource(APK_BASE, mTmpDir); in setUp()