Searched refs:TEST_INSTALL_APK_V2 (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | PackageInstallationSessionReportedStatsTests.java | 43 private static final String TEST_INSTALL_APK_V2 = "CtsStatsdAtomEmptyAppV2.apk"; field in PackageInstallationSessionReportedStatsTests 77 installPackageUsingIncremental(new String[]{TEST_INSTALL_APK_V2}); in testPackageInstallationSessionReportedForApkSuccessWithReplace() 99 2 /* versionCode */, getTestFileSize(TEST_INSTALL_APK_V2), 2 /* dataLoaderType */, in testPackageInstallationSessionReportedForApkSuccessWithReplace() 227 DeviceUtils.installTestApp(getDevice(), TEST_INSTALL_APK_V2, TEST_INSTALL_PACKAGE, in testPackageInstallationFailedVersionDowngradeReported() local 249 2 /* versionCode */, getTestFileSize(TEST_INSTALL_APK_V2), 0 /* dataLoaderType */, in testPackageInstallationFailedVersionDowngradeReported() 289 1 /* versionCode */, getTestFileSize(TEST_INSTALL_APK_V2), 0 /* dataLoaderType */, in testPackageInstallationFailedInternalErrorReported()
|