OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushFile
(Results
1 - 9
of
9
) sorted by null
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java
447
public void
pushFile
(String local, String remote)
460
sync.
pushFile
(local, remote, SyncService.getNullProgressMonitor());
543
sync.
pushFile
(localFilePath, remoteFilePath, SyncService.getNullProgressMonitor());
IDevice.java
365
public void
pushFile
(String local, String remote)
SyncService.java
362
public void
pushFile
(String local, String remote, ISyncProgressMonitor monitor)
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java
206
public void
pushFile
(final String localFilePath, final String destFilePath)
208
mDevice.getSyncService().
pushFile
(localFilePath,
[
all
...]
PackageManagerHostTests.java
176
mPMHostUtils.
pushFile
(getTestAppFilePath(SIMPLE_APK), apkAppPrivatePath);
[
all
...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java
581
pushFile
(fileName, remotePath);
[
all
...]
/cts/tools/host/src/com/android/cts/
TestDevice.java
947
public void
pushFile
(String localPath, String remotePath) {
949
mSyncService.
pushFile
(localPath, remotePath, new PushMonitor());
[
all
...]
/prebuilt/common/ddmlib/
ddmlib-prebuilt.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 85 milliseconds