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.java1334 assertInstallV4FromBuildSucceeds("CtsSignatureQueryService.apk"); in testInstallV4UpdateAfterRotation()
1335 assertInstallV4FromBuildSucceeds("CtsSignatureQueryServiceTest.apk"); in testInstallV4UpdateAfterRotation()
1346 assertInstallV4FromBuildSucceeds("CtsSignatureQueryService_v2.apk"); in testInstallV4UpdateAfterRotation()
1353 assertInstallV4FromBuildSucceeds("CtsSignatureQueryService_v3.apk"); in testInstallV4UpdateAfterRotation()
1354 assertInstallV4FromBuildSucceeds("CtsSignatureQueryServiceTest_v2.apk"); in testInstallV4UpdateAfterRotation()
1403 private void assertInstallV4FromBuildSucceeds(String apkName) throws Exception { in assertInstallV4FromBuildSucceeds() method in PkgInstallSignatureVerificationTest