Searched refs:files (Results 101 - 101 of 101) sorted by relevance

12345

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
H A DDeviceExplorer.java127 * @param otherImage the icon to represent other types of files.
311 // get the list of files to drop
312 String[] files = (String[])data;
315 pushFiles(files, target);
396 * @param baseName the base name of the 2 files.
402 // first we need to download the files.
420 // download the files
768 * @param localDirector the local directory in which to save the files.
844 * Pushes several files and directory into a remote directory.

Completed in 142 milliseconds

12345