Searched refs:APK_BASE (Results 1 – 3 of 3) sorted by relevance
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()132 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testServiceClassLoaders()
43 private static final String APK_BASE = "CtsIsolatedSplitApp.apk"; field in IsolatedSplitsTests53 private static final String APK_BASE_WITHOUT_EXTRACTING = APK_BASE;98 new InstallMultiple(instant).addFile(APK_BASE).run(); in testInstallBase()115 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_BASE_pl).run(); in testInstallBaseAndConfigSplit()132 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_FEATURE_B).runExpectingFailure(); in testInstallMissingDependency_usesSplit()148 new InstallMultiple(instant).addFile(APK_BASE).addFile( in testInstallMissingDependency_configForSplit()160 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_FEATURE_A).run(); in testInstallOneFeatureSplit()181 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_FEATURE_A).addFile(APK_BASE_pl) in testInstallOneFeatureSplitAndConfigSplits()197 .addFile(APK_BASE).addFile(APK_FEATURE_A).addFile(APK_FEATURE_B).run(); in testInstallDependentFeatureSplits()221 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_FEATURE_A).addFile(APK_FEATURE_B) in testInstallDependentFeatureSplitsAndConfigSplits()[all …]
62 private static final String APK_BASE = "CtsDexMetadataSplitApp.apk"; field in InstallDexMetadataHostTest102 mApkBaseFile = extractResource(APK_BASE, mTmpDir); in setUp()