Home
last modified time | relevance | path

Searched refs:addApk (Results 1 – 5 of 5) 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()
126 .addApk(APK_xxhdpi).run(); 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()
[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()
80 .addApk(APK_FEATURE_A_pl).run(); 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()
95 .addApk(APK_BASE_pl).addApk(APK_FEATURE_A_pl).addApk(APK_FEATURE_B_pl).run(); in testInstallDependentFeatureSplitsAndConfigSplits()
102 new InstallMultiple().addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B) in testInstallAllFeatureSplits()
[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()
230 .addApk(APK).addApk(APK_mdpi).run(); in testPackageInstaller()
236 .addApk(APK_xxhdpi).run(); in testPackageInstaller()
257 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addApk(APK).run(); in testEjected()
267 new InstallMultiple().locationInternalOnly().addApk(APK).run(); in testEjected()
DDirectBootHostTest.java156 new InstallMultiple().addApk(APK).run(); in doDirectBootTest()
157 new InstallMultiple().addApk(OTHER_APK).run(); in doDirectBootTest()
DBaseInstallMultiple.java64 T addApk(String apk) throws FileNotFoundException { in addApk() method in BaseInstallMultiple