Searched defs:deviceFilePath (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceStressTest.java | 112 String deviceFilePath = null; in testPushFolderWithManyFiles() local 144 String deviceFilePath = null; in testSyncDataWithManyFiles() local
|
D | TestDeviceFuncTest.java | 203 String deviceFilePath = null; in testPushPull_normal() local 242 String deviceFilePath = null; in testPushPull_extStorageVariable() local 286 String deviceFilePath = String.format("%s/%s", externalStorePath, "thisfiledoesntexist"); in testPull_noexist() local 304 String deviceFilePath = String.format("%s/%s", externalStorePath, "testPull_nopermissions"); in testPull_nopermissions() local 334 String deviceFilePath = String.format("%s/%s", externalStorePath, "remotepath"); in testPush_noexist() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | INativeDevice.java | 521 public boolean pullDir(String deviceFilePath, File localDir) in pullDir() 533 public boolean pushFile(File localFile, String deviceFilePath) in pushFile() 545 public boolean pushString(String contents, String deviceFilePath) in pushString() 557 public boolean pushDir(File localDir, String deviceFilePath) in pushDir() 580 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles() 591 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException; in doesFileExist() 609 public boolean isDirectory(String deviceFilePath) throws DeviceNotAvailableException; in isDirectory() 618 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException; in getChildren()
|
D | NativeDevice.java | 1330 public boolean pushDir(File localFileDir, String deviceFilePath) in pushDir() 1361 public boolean pullDir(String deviceFilePath, File localDir) in pullDir() 1410 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles()
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
D | PackageManagerOTATestUtils.java | 288 public void pushSystemApp(final File localFile, final String deviceFilePath) in pushSystemApp()
|