Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DPackageInstallerV2StatsTests.java51 if (!Utils.hasIncrementalFeature(getDevice())) { in testPackageInstallerV2MetricsReported()
67 if (!Utils.hasIncrementalFeature(getDevice())) { in testPackageInstallerV2MetricsReportedForSplits()
DIncrementalAppErrorStatsTests.java74 if (!Utils.hasIncrementalFeature(getDevice())) { in setUp()
136 if (!Utils.hasIncrementalFeature(getDevice())) { in testAppCrashOnIncremental()
181 if (!Utils.hasIncrementalFeature(getDevice())) { in testAppAnrIncremental()
DInstalledIncrementalPackageStatsTests.java51 if (!Utils.hasIncrementalFeature(getDevice())) { in testInstalledIncrementalMetricsReported()
DUtils.java130 public static boolean hasIncrementalFeature(ITestDevice device) throws Exception { in hasIncrementalFeature() method in Utils
DPackageInstallationSessionReportedStatsTests.java68 if (!Utils.hasIncrementalFeature(getDevice())) { in testPackageInstallationSessionReportedForApkSuccessWithReplace()
/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.java115 assumeTrue(hasIncrementalFeature()); in setup()
451 private boolean hasIncrementalFeature() throws Exception { in hasIncrementalFeature() method in IncrementalInstallTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java1819 private boolean hasIncrementalFeature() throws Exception { in hasIncrementalFeature() method in PkgInstallSignatureVerificationTest
1832 assumeTrue(hasIncrementalFeature()); in checkAssumptionAndSetIdsigInstallMode()