Home
last modified time | relevance | path

Searched refs:APK_BASE_pl (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DIsolatedSplitsTests.java42 private static final String APK_BASE_pl = "CtsIsolatedSplitApp_pl.apk"; field in IsolatedSplitsTests
113 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_BASE_pl).run(); in testInstallBaseAndConfigSplit()
179 new InstallMultiple(instant).addFile(APK_BASE).addFile(APK_FEATURE_A).addFile(APK_BASE_pl) in testInstallOneFeatureSplitAndConfigSplits()
220 .addFile(APK_BASE_pl).addFile(APK_FEATURE_A_pl).addFile(APK_FEATURE_B_pl).run(); in testInstallDependentFeatureSplitsAndConfigSplits()
263 .addFile(APK_FEATURE_C).addFile(APK_BASE_pl).addFile(APK_FEATURE_A_pl) in testInstallAllFeatureSplitsAndConfigSplits()