Searched refs:STAGE_ABORTED (Results 1 – 8 of 8) sorted by relevance
27 const val STAGE_ABORTED = 0 constant81 data class UninstallAborted(val abortReason: Int) : UninstallStage(STAGE_ABORTED) {
28 const val STAGE_ABORTED = 0 constant126 ) : InstallStage(STAGE_ABORTED) {
458 if (confirmationSnippet.stageCode == InstallStage.STAGE_ABORTED) { in <lambda>()755 InstallStage.STAGE_ABORTED -> { in <lambda>()
56 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_ABORTED)) in onCreateDialog()63 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_ABORTED); in onCancel()
40 if (stage.stageCode != UninstallStage.STAGE_ABORTED) { in <lambda>()
56 if (stage.stageCode == InstallStage.STAGE_ABORTED) { in <lambda>()
91 UninstallStage.STAGE_ABORTED -> { in <lambda>()
124 InstallStage.STAGE_ABORTED -> { in <lambda>()