Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java139 new InstallMultiple().inheritFrom(PKG).addApk(APK_xxhdpi).run(); in testDensityBest()
227 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_CERT_v7).runExpectingFailure(); in testDiffCertInherit()
236 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_VERSION_v7).runExpectingFailure(); in testDiffVersionInherit()
247 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_REVISION_v7).run(); in testDiffRevisionInheritBase()
254 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_REVISION).run(); in testDiffRevisionInheritSplit()
260 new InstallMultiple().inheritFrom(PKG).addApk(APK_v7).runExpectingFailure(); in testDiffRevisionDowngrade()
287 .inheritFrom(PKG_NO_RESTART) in testFeatureWithoutRestart()
DBaseInstallMultiple.java70 T inheritFrom(String packageName) { in inheritFrom() method in BaseInstallMultiple
DAdoptableHostTest.java235 new InstallMultiple().locationAuto().inheritFrom(PKG) in testPackageInstaller()