Searched refs:expectedUser (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | PackageInstallationSessionReportedStatsTests.java | 87 final int expectedUser = getDevice().getCurrentUser(); in testPackageInstallationSessionReportedForApkSuccessWithReplace() local 90 checkReportResult(reports.get(0), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationSessionReportedForApkSuccessWithReplace() 97 checkReportResult(reports.get(1), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationSessionReportedForApkSuccessWithReplace() 98 Collections.singletonList(expectedUser), 1 /* success */, 0 /* internalErrorCode */, in testPackageInstallationSessionReportedForApkSuccessWithReplace() 246 final int expectedUser = getDevice().getCurrentUser(); in testPackageInstallationFailedVersionDowngradeReported() local 247 checkReportResult(reports.get(0), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationFailedVersionDowngradeReported() 286 final int expectedUser = getDevice().getCurrentUser(); in testPackageInstallationFailedInternalErrorReported() local 287 checkReportResult(reports.get(0), expectedUid, Collections.singletonList(expectedUser), in testPackageInstallationFailedInternalErrorReported()
|