Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java1006 if (!hasIncrementalFeature()) { in testInstallV4WithV2Signer()
1017 if (!hasIncrementalFeature()) { in testInstallV4WithV3Signer()
1028 if (!hasIncrementalFeature()) { in testInstallV4WithV2V3Signer()
1039 if (!hasIncrementalFeature()) { in testInstallV4WithV2NoVeritySigner()
1055 if (!hasIncrementalFeature()) { in testInstallV4WithV2VeritySigner()
1070 if (!hasIncrementalFeature()) { in testInstallV4WithV3NoVeritySigner()
1086 if (!hasIncrementalFeature()) { in testInstallV4WithV3VeritySigner()
1101 if (!hasIncrementalFeature()) { in testInstallV4WithV2SignerDoesNotVerify()
1116 if (!hasIncrementalFeature()) { in testInstallV4WithV3SignerDoesNotVerify()
1133 if (!hasIncrementalFeature()) { in testInstallV4WithV2V3SignerDoesNotVerify()
[all …]
/cts/hostsidetests/backup/src/android/cts/backup/
DRestoreSessionHostSideTest.java218 assumeTrue(hasIncrementalFeature()); in installPackage()
248 private boolean hasIncrementalFeature() throws Exception { in hasIncrementalFeature() method in RestoreSessionHostSideTest
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java104 assumeTrue(hasIncrementalFeature()); in setup()
438 private boolean hasIncrementalFeature() throws Exception { in hasIncrementalFeature() method in IncrementalInstallTest