Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1280 mMockIDevice.removeRemotePackage(certFile); in testInstallPackages()
1281 mMockIDevice.removeRemotePackage(apkFile); in testInstallPackages()
1324 mMockIDevice.removeRemotePackage(certFile); in testInstallPackages_timeout()
1325 mMockIDevice.removeRemotePackage(apkFile); in testInstallPackages_timeout()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java339 getIDevice().removeRemotePackage(remotePackagePath); in installPackage()
340 getIDevice().removeRemotePackage(remoteCertPath); in installPackage()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java352 public void removeRemotePackage(String remoteFilePath) throws InstallException { in removeRemotePackage() method in StubDevice