Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java271 response[0] = handleInstallationError(e); in internalInstallPackage()
572 response[0] = handleInstallationError(e); in installPackage()
704 response[0] = handleInstallationError(e); in internalInstallPackages()
870 response[0] = handleInstallationError(e); in internalInstallRemotePackages()
3482 private String handleInstallationError(InstallException e) { in handleInstallationError() method in TestDevice