Searched refs:APK_FEATURE_B (Results 1 – 2 of 2) sorted by relevance
43 private static final String APK_FEATURE_B = "CtsIsolatedSplitAppFeatureB.apk"; field in IsolatedSplitsTests106 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_B).runExpectingFailure(); in testInstallMissingDependency()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()
47 private static final String APK_FEATURE_B = "CtsClassloaderSplitAppFeatureB.apk"; field in ClassloaderSplitsTest102 .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()