OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remoteFilePath
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java
255
String
remoteFilePath
= mDevice.syncPackageToDevice(localFilePath);
258
"pm install -l \"%1$s\"",
remoteFilePath
);
260
mDevice.removeRemotePackage(
remoteFilePath
);
[
all
...]
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java
633
String
remoteFilePath
= syncPackageToDevice(packageFilePath);
634
String result = installRemotePackage(
remoteFilePath
, reinstall, extraArgs);
635
removeRemotePackage(
remoteFilePath
);
654
String
remoteFilePath
= String.format("/data/local/tmp/%1$s", packageFileName); //$NON-NLS-1$
664
sync.pushFile(localFilePath,
remoteFilePath
, SyncService.getNullProgressMonitor());
668
return
remoteFilePath
;
698
public String installRemotePackage(String
remoteFilePath
, boolean reinstall,
711
remoteFilePath
);
726
public void removeRemotePackage(String
remoteFilePath
) throws InstallException {
728
executeShellCommand("rm " +
remoteFilePath
, new NullOutputReceiver(), INSTALL_TIMEOUT)
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 234 milliseconds