Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java1369 assertInstallV4FromBuildSucceeds("CtsSignatureQueryService.apk"); in testInstallV4UpdateAfterRotation()
1370 assertInstallV4FromBuildSucceeds("CtsSignatureQueryServiceTest.apk"); in testInstallV4UpdateAfterRotation()
1381 assertInstallV4FromBuildSucceeds("CtsSignatureQueryService_v2.apk"); in testInstallV4UpdateAfterRotation()
1388 assertInstallV4FromBuildSucceeds("CtsSignatureQueryService_v3.apk"); in testInstallV4UpdateAfterRotation()
1389 assertInstallV4FromBuildSucceeds("CtsSignatureQueryServiceTest_v2.apk"); in testInstallV4UpdateAfterRotation()
1438 private void assertInstallV4FromBuildSucceeds(String apkName) throws Exception { in assertInstallV4FromBuildSucceeds() method in PkgInstallSignatureVerificationTest