Searched refs:ABORT_REASON_APP_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
89 ABORT_REASON_APP_UNAVAILABLE -> {108 const val ABORT_REASON_APP_UNAVAILABLE = 1 constant
122 return UninstallAborted(UninstallAborted.ABORT_REASON_APP_UNAVAILABLE) in performPreUninstallChecks()127 return UninstallAborted(UninstallAborted.ABORT_REASON_APP_UNAVAILABLE) in performPreUninstallChecks()166 return UninstallAborted(UninstallAborted.ABORT_REASON_APP_UNAVAILABLE) in performPreUninstallChecks()
93 if (aborted.abortReason == UninstallAborted.ABORT_REASON_APP_UNAVAILABLE || in <lambda>()