Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java145 new InstallMultiple().inheritFrom(PKG).addApk(APK_xxhdpi).run(); in testDensityBest()
233 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_CERT_v7).runExpectingFailure(); in testDiffCertInherit()
242 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_VERSION_v7).runExpectingFailure(); in testDiffVersionInherit()
253 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_REVISION_v7).run(); in testDiffRevisionInheritBase()
260 new InstallMultiple().inheritFrom(PKG).addApk(APK_DIFF_REVISION).run(); in testDiffRevisionInheritSplit()
266 new InstallMultiple().inheritFrom(PKG).addApk(APK_v7).runExpectingFailure(); in testDiffRevisionDowngrade()
293 .inheritFrom(PKG_NO_RESTART) in testFeatureWithoutRestart()
341 T inheritFrom(String packageName) { in inheritFrom() method in SplitTests.BaseInstallMultiple
DAdoptableHostTest.java236 new InstallMultiple().locationAuto().inheritFrom(PKG) in testPackageInstaller()