Home
last modified time | relevance | path

Searched refs:pushFileInternal (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java250 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/
DNativeDevice.java1559 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/
DNativeDeviceTest.java344 public boolean pushFileInternal( in testPushDir_childFile()