Searched refs:stageRemoteFile (Results 1 – 7 of 7) sorted by relevance
320 public default File stageRemoteFile(String fileName, File workingDir) { in stageRemoteFile() method325 public default void allowStagingRemoteFile(boolean stageRemoteFile) {} in allowStagingRemoteFile() argument
149 File apkFile = buildInfo.stageRemoteFile(apkFileName, testsDir); in getApkFile()
717 public File stageRemoteFile(String fileName, File workingDir) { in stageRemoteFile() method in BuildInfo761 public void allowStagingRemoteFile(boolean stageRemoteFile) { in allowStagingRemoteFile() argument762 mStageRemoteFile = stageRemoteFile; in allowStagingRemoteFile()
239 file = getBuildInfo().stageRemoteFile(fileName, testsDir); in getFromTestsDir()
191 when(deviceBuildInfo.stageRemoteFile( in testGetLocalPathForFileName_remoteZip()
331 src = buildInfo.stageRemoteFile(fileName, testDir); in resolveRelativeFilePath()
364 when(buildInfo.stageRemoteFile(Mockito.eq(fileName), Mockito.eq(testsDir))) in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip()622 public File stageRemoteFile(String fileName, File workingDir) { in testPush_moduleName_files_abi_delayedDownload()