Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java143 public boolean deleteFile(String deviceFilePath) throws DeviceNotAvailableException { in deleteFile()
168 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
182 public boolean pullFile(String deviceFilePath, File localFile) in pullFile()
196 public boolean pushFile(File fileToPush, String deviceFilePath) in pushFile()
248 public static String createEscapedContentUri(String deviceFilePath) { in createEscapedContentUri()
293 private boolean pullDirInternal(String deviceFilePath, File localDir, Integer currentUser) in pullDirInternal()
347 private boolean pullFileInternal(String deviceFilePath, File localFile, Integer currentUser) in pullFileInternal()
/tools/tradefederation/core/src/com/android/tradefed/device/
DINativeDevice.java585 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
597 public boolean pushFile(File localFile, String deviceFilePath) in pushFile()
609 public boolean pushString(String contents, String deviceFilePath) in pushString()
621 public boolean pushDir(File localDir, String deviceFilePath) in pushDir()
635 public boolean pushDir(File localDir, String deviceFilePath, Set<String> excludedDirectories) in pushDir()
658 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles()
669 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException; in doesFileExist()
677 public void deleteFile(String deviceFilePath) throws DeviceNotAvailableException; in deleteFile()
702 public boolean isDirectory(String deviceFilePath) throws DeviceNotAvailableException; in isDirectory()
711 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException; in getChildren()
DNativeDevice.java1190 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist()
1197 public void deleteFile(String deviceFilePath) throws DeviceNotAvailableException { in deleteFile()
1483 public boolean pushDir(File localFileDir, String deviceFilePath) in pushDir()
1491 File localFileDir, String deviceFilePath, Set<String> excludedDirectories) in pushDir()
1529 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
1585 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles()
/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.java205 String deviceFilePath = null; in testPushPull_normal() local
244 String deviceFilePath = null; in testPushPull_extStorageVariable() local
288 String deviceFilePath = String.format("%s/%s", externalStorePath, "thisfiledoesntexist"); in testPull_noexist() local
306 String deviceFilePath = String.format("%s/%s", externalStorePath, "testPull_nopermissions"); in testPull_nopermissions() local
336 String deviceFilePath = String.format("%s/%s", externalStorePath, "remotepath"); in testPush_noexist() local
/tools/tradefederation/contrib/src/com/android/framework/tests/
DPackageManagerOTATestUtils.java284 public void pushSystemApp(final File localFile, final String deviceFilePath) in pushSystemApp()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java387 String deviceFilePath = match.group(2); in getNestedDeviceSshBugreportz() local