Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java186 public boolean deleteFile(String deviceFilePath) throws DeviceNotAvailableException { in deleteFile()
211 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
225 public boolean pullFile(String deviceFilePath, File localFile) in pullFile()
239 public boolean pushFile(File fileToPush, String deviceFilePath) in pushFile()
271 public boolean pushDir(File localFileDir, String deviceFilePath, in pushDir()
284 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist()
335 public static String createEscapedContentUri(String deviceFilePath) { in createEscapedContentUri()
388 private boolean pullDirInternal(String deviceFilePath, File localDir, int userId) in pullDirInternal()
443 private boolean pullFileInternal(String deviceFilePath, File localFile, int userId) in pullFileInternal()
475 private boolean pushFileInternal(File fileToPush, String deviceFilePath, int userId) in pushFileInternal()
[all …]
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java744 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
757 public boolean pullDir(String deviceFilePath, File localDir, int userId) in pullDir()
769 public boolean pushFile(File localFile, String deviceFilePath) in pushFile()
782 public boolean pushFile(File localFile, String deviceFilePath, int userId) in pushFile()
798 final String deviceFilePath, in pushFile()
811 public boolean pushString(String contents, String deviceFilePath) in pushString()
823 public boolean pushDir(File localDir, String deviceFilePath) in pushDir()
836 public boolean pushDir(File localDir, String deviceFilePath, int userId) in pushDir()
850 public boolean pushDir(File localDir, String deviceFilePath, Set<String> excludedDirectories) in pushDir()
873 public boolean syncFiles(File localFileDir, String deviceFilePath) in syncFiles()
[all …]
DITestDevice.java1135 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFileFuncTest.java67 String deviceFilePath = null; in testPushPull_Basic() local
90 String deviceFilePath = null; in testPushPull_ExtStorage() local
114 String deviceFilePath = null; in testPushPull_FromString() local
139 String deviceFilePath = null; in testPushPull_PullContents() local
159 String deviceFilePath = String.format("%s/%s", mInternalStorage, "thisfiledoesntexist"); in testPull_NoExist() local
169 String deviceFilePath = String.format("%s/%s", mExternalStorage, "thisfiledoesntexist"); in testPull_NoExistExtStorage() local
DTestDeviceFuncTest.java221 String deviceFilePath = null; in testPushPull_normal() local
261 String deviceFilePath = null; in testPushPull_extStorageVariable() local
306 String deviceFilePath = String.format("%s/%s", externalStorePath, "thisfiledoesntexist"); in testPull_noexist() local
326 String deviceFilePath = String.format("%s/%s", externalStorePath, "testPull_nopermissions"); in testPull_nopermissions() local
357 String deviceFilePath = String.format("%s/%s", externalStorePath, "remotepath"); in testPush_noexist() local
DNativeDeviceTest.java294 String deviceFilePath = NativeDevice.SD_CARD; in testPushDir_withUserId() local
318 String deviceFilePath = NativeDevice.SD_CARD; in testPushDir_withoutUserId() local
418 String deviceFilePath = NativeDevice.SD_CARD; in testPullDir_withUserId() local
441 String deviceFilePath = NativeDevice.SD_CARD; in testPullDir_withoutUserId() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1669 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist()
1675 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist()
1711 public void deleteFile(String deviceFilePath) throws DeviceNotAvailableException { in deleteFile()
1717 public void deleteFile(String deviceFilePath, int userId) throws DeviceNotAvailableException { in deleteFile()
2022 public boolean pushDir(File localFileDir, String deviceFilePath) in pushDir()
2029 public boolean pushDir(File localFileDir, String deviceFilePath, int userId) in pushDir()
2037 File localFileDir, String deviceFilePath, Set<String> excludedDirectories) in pushDir()
2044 File localFileDir, String deviceFilePath, Set<String> excludedDirectories, int userId) in pushDir()
2068 File localFileDir, String deviceFilePath, Set<String> excludedDirectories, int userId) in pushDirInternal()
2104 public boolean pullDir(String deviceFilePath, File localDir) in pullDir()
[all …]
DTestDevice.java1488 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist()
1501 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java502 ITestDevice device, String deviceFilePath, Set<String> excludeDirectories) in getExecutableFiles()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java948 String deviceFilePath = match.group(2); in getNestedDeviceSshBugreportz() local