Searched refs:removeRemotePackage (Results 1 – 3 of 3) sorted by relevance
297 public void removeRemotePackage(String remoteFilePath) throws InstallException { in removeRemotePackage() method in StubDevice
1357 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()
574 getIDevice().removeRemotePackage(remotePackagePath); in installPackage()575 getIDevice().removeRemotePackage(remoteCertPath); in installPackage()