Searched refs:APK_FEATURE_A (Results 1 – 3 of 3) sorted by relevance
41 private static final String APK_FEATURE_A = "CtsIsolatedSplitAppFeatureA.apk"; field in IsolatedSplitsTests117 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()
46 private static final String APK_FEATURE_A = "CtsClassloaderSplitAppFeatureA.apk"; field in ClassloaderSplitsTest85 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()
60 private static final String APK_FEATURE_A = "CtsDexMetadataSplitAppFeatureA.apk"; field in InstallDexMetadataHostTest97 mApkFeatureAFile = extractResource(APK_FEATURE_A, mTmpDir); in setUp()