Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java297 public void removeRemotePackage(String remoteFilePath) throws InstallException { in removeRemotePackage() method in StubDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java1357 mMockIDevice.removeRemotePackage(certFile); in testInstallPackages()
1358 mMockIDevice.removeRemotePackage(apkFile); in testInstallPackages()
1420 verify(mMockIDevice).removeRemotePackage(certFile); in testInstallPackages_timeout()
1421 verify(mMockIDevice).removeRemotePackage(apkFile); in testInstallPackages_timeout()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java574 getIDevice().removeRemotePackage(remotePackagePath); in installPackage()
575 getIDevice().removeRemotePackage(remoteCertPath); in installPackage()