Searched defs:remoteFile (Results 1 – 5 of 5) sorted by relevance
50 public final File remoteFile; field in BaseInstallMultiple.DeviceFile53 private DeviceFile(File localFile, File remoteFile, boolean addToInstallSession) { in DeviceFile()63 static DeviceFile renameAndAddToSession(File localFile, File remoteFile) { in renameAndAddToSession()71 static DeviceFile renameAndPushOnly(File localFile, File remoteFile) { in renameAndPushOnly()109 T renameAndAddFile(String localFile, String remoteFile) throws FileNotFoundException { in renameAndAddFile()122 T renameAndPushFile(String localFile, String remoteFile) throws FileNotFoundException { in renameAndPushFile()248 final File remoteFile = mFilesToAdd.get(i).remoteFile; in runNonIncremental() local319 final File remoteFile = mFilesToAdd.get(i).remoteFile; in runIncremental() local349 final File remoteFile = mFilesToAdd.get(i).remoteFile; in cleanupDeviceFiles() local
131 try (ParcelFileDescriptor remoteFile = mContext.createContextAsUser( in copyAutomationFileToInternalStorage()
275 File remoteFile = new File(remoteFilePath); in createRemoteDir() local
1103 final String remoteFile = "/sdcard/apk-in-apex-paths.txt"; in collectApkInApexPaths() local
212 String remoteFile = String.format("%s%s", TMP_PATH, pocName); in runPoc() local