Searched refs:TEST_APK_V2_NAME (Results 1 – 2 of 2) sorted by relevance
54 private static final String TEST_APK_V2_NAME = "CtsEmptyTestAppV2.apk"; field in MainActivity155 copyApkFromUri(testApkV2Uri, TEST_APK_V2_NAME); in copyTestFiles()270 startInstallationViaPackageInstallerSession(TEST_APK_V2_NAME); in onReceive()280 startInstallationViaIntent(/* getResult= */ false, TEST_APK_V2_NAME); in onReceive()290 startInstallationViaIntent(/* getResult= */ true, TEST_APK_V2_NAME); in onReceive()
94 private static final String TEST_APK_V2_NAME = "CtsEmptyTestAppV2.apk"; field in PackageInstallerCujTestBase233 final File apkV2File = new File(TEST_APK_LOCATION, TEST_APK_V2_NAME); in copyTestFiles()234 final File dstV2File = new File(sContext.getFilesDir(), TEST_APK_V2_NAME); in copyTestFiles()250 final File apkV2File = new File(sContext.getFilesDir(), TEST_APK_V2_NAME); in startInstallerActivity()