Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java121 new InstallMultiple().addApk(APK).run(); in testSingleBase()
126 new InstallMultiple().addApk(APK).addApk(APK_mdpi).run(); in testDensitySingle()
131 new InstallMultiple().addApk(APK).addApk(APK_mdpi).addApk(APK_hdpi).addApk(APK_xhdpi) in testDensityAll()
132 .addApk(APK_xxhdpi).run(); in testDensityAll()
141 new InstallMultiple().addApk(APK).addApk(APK_mdpi).run(); in testDensityBest()
145 new InstallMultiple().inheritFrom(PKG).addApk(APK_xxhdpi).run(); in testDensityBest()
154 new InstallMultiple().addApk(APK).addApk(APK_v7).run(); in testApi()
159 new InstallMultiple().addApk(APK).addApk(APK_de).addApk(APK_fr).run(); in testLocale()
172 new InstallMultiple().addApk(APK).addApk(apk).run(); in testNativeSingle()
187 new InstallMultiple().useNaturalAbi().addApk(APK).addApk(apk).run(); in testNativeSingleNatural()
[all …]
DAdoptableHostTest.java82 new InstallMultiple().useNaturalAbi().addApk(APK).addApk(apk).run(); in testApps()
142 new InstallMultiple().addApk(APK).run(); in verifyPrimaryInternal()
188 new InstallMultiple().addApk(APK).run(); in verifyPrimaryPhysical()
231 .addApk(APK).addApk(APK_mdpi).run(); in testPackageInstaller()
237 .addApk(APK_xxhdpi).run(); in testPackageInstaller()
258 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addApk(APK).run(); in testEjected()
268 new InstallMultiple().locationInternalOnly().addApk(APK).run(); in testEjected()
DDirectBootHostTest.java133 new InstallMultiple().addApk(APK).run(); in doDirectBootTest()
134 new InstallMultiple().addApk(OTHER_APK).run(); in doDirectBootTest()