Searched refs:STAGE_READY (Results 1 – 4 of 4) sorted by relevance
28 const val STAGE_READY = 1 constant36 class UninstallReady : UninstallStage(STAGE_READY)
30 const val STAGE_READY = 2 constant40 class InstallReady : InstallStage(STAGE_READY)
440 if (unknownSourceStage.stageCode == InstallStage.STAGE_READY) { in <lambda>()750 InstallStage.STAGE_READY -> { in <lambda>()
65 if (installStage.stageCode != InstallStage.STAGE_READY) { in <lambda>()