Home
last modified time | relevance | path

Searched defs:deviceFilePath (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java168 public boolean deleteFile(String deviceFilePath) throws DeviceNotAvailableException { in deleteFile()
193 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
207 public boolean pullFile(String deviceFilePath, File localFile) in pullFile()
221 public boolean pushFile(File fileToPush, String deviceFilePath) in pushFile()
276 public static String createEscapedContentUri(String deviceFilePath) { in createEscapedContentUri()
323 private boolean pullDirInternal(String deviceFilePath, File localDir, Integer currentUser) in pullDirInternal()
382 private boolean pullFileInternal(String deviceFilePath, File localFile, Integer currentUser) in pullFileInternal()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceStressTest.java112 String deviceFilePath = null; in testPushFolderWithManyFiles() local
144 String deviceFilePath = null; in testSyncDataWithManyFiles() local
DTestDeviceFuncTest.java209 String deviceFilePath = null; in testPushPull_normal() local
248 String deviceFilePath = null; in testPushPull_extStorageVariable() local
292 String deviceFilePath = String.format("%s/%s", externalStorePath, "thisfiledoesntexist"); in testPull_noexist() local
311 String deviceFilePath = String.format("%s/%s", externalStorePath, "testPull_nopermissions"); in testPull_nopermissions() local
341 String deviceFilePath = String.format("%s/%s", externalStorePath, "remotepath"); in testPush_noexist() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java644 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
656 public boolean pushFile(File localFile, String deviceFilePath) in pushFile()
668 public boolean pushString(String contents, String deviceFilePath) in pushString()
680 public boolean pushDir(File localDir, String deviceFilePath) in pushDir()
694 public boolean pushDir(File localDir, String deviceFilePath, Set<String> excludedDirectories) in pushDir()
717 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles()
728 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException; in doesFileExist()
736 public void deleteFile(String deviceFilePath) throws DeviceNotAvailableException; in deleteFile()
761 public boolean isDirectory(String deviceFilePath) throws DeviceNotAvailableException; in isDirectory()
770 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException; in getChildren()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1274 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist()
1281 public void deleteFile(String deviceFilePath) throws DeviceNotAvailableException { in deleteFile()
1567 public boolean pushDir(File localFileDir, String deviceFilePath) in pushDir()
1575 File localFileDir, String deviceFilePath, Set<String> excludedDirectories) in pushDir()
1613 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
1672 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles()
DTestDevice.java1135 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java504 String deviceFilePath = match.group(2); in getNestedDeviceSshBugreportz() local