Searched refs:checkReportResult (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | PackageInstallationSessionReportedStatsTests.java | 90 checkReportResult(reports.get(0), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationSessionReportedForApkSuccessWithReplace() 97 checkReportResult(reports.get(1), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationSessionReportedForApkSuccessWithReplace() 137 private void checkReportResult(AtomsProto.PackageInstallationSessionReported report, in checkReportResult() method in PackageInstallationSessionReportedStatsTests 247 checkReportResult(reports.get(0), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationFailedVersionDowngradeReported() 253 checkReportResult( in testPackageInstallationFailedVersionDowngradeReported() 287 checkReportResult(reports.get(0), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationFailedInternalErrorReported() 293 checkReportResult( in testPackageInstallationFailedInternalErrorReported()
|