Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DUninstallStages.kt107 const val ABORT_REASON_GENERIC_ERROR = 0 constant
DUninstallRepository.kt83 return UninstallAborted(UninstallAborted.ABORT_REASON_GENERIC_ERROR) in performPreUninstallChecks()
90 return UninstallAborted(UninstallAborted.ABORT_REASON_GENERIC_ERROR) in performPreUninstallChecks()
97 return UninstallAborted(UninstallAborted.ABORT_REASON_GENERIC_ERROR) in performPreUninstallChecks()
113 return UninstallAborted(UninstallAborted.ABORT_REASON_GENERIC_ERROR) in performPreUninstallChecks()