Home
last modified time | relevance | path

Searched refs:TEST_APK_V2_NAME (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java54 private static final String TEST_APK_V2_NAME = "CtsEmptyTestAppV2.apk"; field in MainActivity
155 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()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java94 private static final String TEST_APK_V2_NAME = "CtsEmptyTestAppV2.apk"; field in PackageInstallerCujTestBase
233 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()