Searched refs:TEST_INSTALL_APK (Results 1 – 4 of 4) sorted by relevance
32 private static final String TEST_INSTALL_APK = "CtsStatsdAtomEmptyApp.apk"; field in PackageInstallerV2StatsTests55 new String[]{TEST_INSTALL_APK}); in testPackageInstallerV2MetricsReported()61 assertEquals(getTestFileSize(TEST_INSTALL_APK), report.getApksSizeBytes()); in testPackageInstallerV2MetricsReported()
59 private static final String TEST_INSTALL_APK = "CtsStatsdAtomTestComponentStateApp.apk"; field in ComponentStateChangedReportedStatsTests107 installPackage(TEST_INSTALL_APK); in testComponentStateChangedReportedForWholeApp()142 installPackage(TEST_INSTALL_APK); in testComponentStateChangedReportedForLauncherActivity()177 installPackage(TEST_INSTALL_APK); in testComponentStateChangedReportedForNoLauncherActivity()212 installPackage(TEST_INSTALL_APK); in testComponentStateChangedReportedEnabledThenDisabled()258 installPackage(TEST_INSTALL_APK); in testComponentStateChangedReportedEnabledThenDisabledWholeApp()305 installPackage(TEST_INSTALL_APK); in testComponentStateChangedReportedForTwoDifferentStateLauncherActivities()
35 private static final String TEST_INSTALL_APK = "CtsStatsdAtomEmptyApp.apk"; field in InstalledIncrementalPackageStatsTests58 installPackageUsingIncremental(new String[]{TEST_INSTALL_APK}); in testInstalledIncrementalMetricsReported()
42 private static final String TEST_INSTALL_APK = "CtsStatsdAtomEmptyApp.apk"; field in PackageInstallationSessionReportedStatsTests74 DeviceUtils.installTestApp(getDevice(), TEST_INSTALL_APK, TEST_INSTALL_PACKAGE, mCtsBuild); in testPackageInstallationSessionReportedForApkSuccessWithReplace() local88 final long expectedApksSizeBytes = getTestFileSize(TEST_INSTALL_APK); in testPackageInstallationSessionReportedForApkSuccessWithReplace()197 DeviceUtils.installTestApp(getDevice(), TEST_INSTALL_APK, TEST_INSTALL_PACKAGE, mCtsBuild); in testPackageUninstalledReported() local233 final String result = getDevice().installPackage(buildHelper.getTestFile(TEST_INSTALL_APK), in testPackageInstallationFailedVersionDowngradeReported()