Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/viewmodel/
DUninstallViewModel.kt34 private val _currentUninstallStage = MediatorLiveData<UninstallStage>() in <lambda>() constant
36 get() = _currentUninstallStage in <lambda>()
43 _currentUninstallStage.value = stage in <lambda>()
52_currentUninstallStage.addSource(repository.uninstallResult) { uninstallStage: UninstallStage? -> in <lambda>()
54 _currentUninstallStage.value = uninstallStage in <lambda>()