Searched refs:pushFileInternal (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/ |
D | ContentProviderHandler.java | 250 boolean res = pushFileInternal(fileToPush, deviceFilePath, userId); in pushFile() 257 res = pushFileInternal(fileToPush, deviceFilePath, userId); in pushFile() 475 private boolean pushFileInternal(File fileToPush, String deviceFilePath, int userId) in pushFileInternal() method in ContentProviderHandler 514 if (!pushFileInternal(childFile, remotePath, userId)) { in pushDirInternal()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1559 return pushFileInternal(localFile, remoteFilePath, false, userId); in pushFile() 1573 return pushFileInternal(localFile, remoteFilePath, skipContentProvider, userId); in pushFile() 1577 boolean pushFileInternal( in pushFileInternal() method in NativeDevice 2094 if (!pushFileInternal(childFile, remotePath, true, userId)) { in pushDirInternal()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 344 public boolean pushFileInternal( in testPushDir_childFile()
|