Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DPackageInstallationSessionReportedStatsTests.java88 final long expectedApksSizeBytes = getTestFileSize(TEST_INSTALL_APK); in testPackageInstallationSessionReportedForApkSuccessWithReplace() local
92 1 /* versionCode */, expectedApksSizeBytes, 0 /* dataLoaderType */, in testPackageInstallationSessionReportedForApkSuccessWithReplace() local
141 long expectedVersionCode, long expectedApksSizeBytes, int expectedDataLoaderType, in checkReportResult() argument
156 assertThat(report.getApksSizeBytes()).isEqualTo(expectedApksSizeBytes); in checkReportResult()