Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java115 new InstallMultiple().addApk(APK).run(); in testSingleBase()
120 new InstallMultiple().addApk(APK).addApk(APK_mdpi).run(); in testDensitySingle()
125 new InstallMultiple().addApk(APK).addApk(APK_mdpi).addApk(APK_hdpi).addApk(APK_xhdpi) in testDensityAll()
135 new InstallMultiple().addApk(APK).addApk(APK_mdpi).run(); in testDensityBest()
139 new InstallMultiple().inheritFrom(PKG).addApk(APK_xxhdpi).run(); in testDensityBest()
148 new InstallMultiple().addApk(APK).addApk(APK_v7).run(); in testApi()
153 new InstallMultiple().addApk(APK).addApk(APK_de).addApk(APK_fr).run(); in testLocale()
166 new InstallMultiple().addApk(APK).addApk(apk).run(); in testNativeSingle()
181 new InstallMultiple().useNaturalAbi().addApk(APK).addApk(apk).run(); in testNativeSingleNatural()
190 final InstallMultiple inst = new InstallMultiple().addApk(APK); in testNativeAll()
[all …]
DIsolatedSplitsTests.java58 new InstallMultiple().addApk(APK_BASE).run(); in testInstallBase()
63 new InstallMultiple().addApk(APK_BASE).addApk(APK_BASE_pl).run(); in testInstallBaseAndConfigSplit()
68 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_B).runExpectingFailure(); in testInstallMissingDependency()
72 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).run(); in testInstallOneFeatureSplit()
79 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_BASE_pl) in testInstallOneFeatureSplitAndConfigSplits()
86 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testInstallDependentFeatureSplits()
94 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallDependentFeatureSplitsAndConfigSplits()
102 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallAllFeatureSplits()
112 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallAllFeatureSplitsAndConfigSplits()
126 private class InstallMultiple extends BaseInstallMultiple<InstallMultiple> { class in IsolatedSplitsTests
[all …]
DAdoptableHostTest.java81 new InstallMultiple().useNaturalAbi().addApk(APK).addApk(apk).run(); in testApps()
141 new InstallMultiple().addApk(APK).run(); in verifyPrimaryInternal()
187 new InstallMultiple().addApk(APK).run(); in verifyPrimaryPhysical()
229 new InstallMultiple().locationAuto().forceUuid(vol.uuid) in testPackageInstaller()
235 new InstallMultiple().locationAuto().inheritFrom(PKG) in testPackageInstaller()
257 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addApk(APK).run(); in testEjected()
267 new InstallMultiple().locationInternalOnly().addApk(APK).run(); in testEjected()
368 private class InstallMultiple extends BaseInstallMultiple<InstallMultiple> { class in AdoptableHostTest
369 public InstallMultiple() { in InstallMultiple() method in AdoptableHostTest.InstallMultiple
DDirectBootHostTest.java156 new InstallMultiple().addApk(APK).run(); in doDirectBootTest()
157 new InstallMultiple().addApk(OTHER_APK).run(); in doDirectBootTest()
270 private class InstallMultiple extends BaseInstallMultiple<InstallMultiple> { class in DirectBootHostTest
271 public InstallMultiple() { in InstallMultiple() method in DirectBootHostTest.InstallMultiple