Searched refs:apkV2File (Results 1 – 1 of 1) sorted by relevance
233 final File apkV2File = new File(TEST_APK_LOCATION, TEST_APK_V2_NAME); in copyTestFiles() local235 copyFile(apkV2File, dstV2File); in copyTestFiles()250 final File apkV2File = new File(sContext.getFilesDir(), TEST_APK_V2_NAME); in startInstallerActivity() local256 Uri testApkV2Uri = FileProvider.getUriForFile(sContext, CONTENT_AUTHORITY, apkV2File); in startInstallerActivity()