-
- Downloads
Merge changes If98cf28a,I863d80d2 into main
* changes: Implement retry logic for home panel dream Implement PackageChangeInteractor for listening to package updates.
No related branches found
No related tags found
Showing
- packages/SystemUI/multivalentTests/src/com/android/systemui/common/data/repository/PackageChangeRepositoryTest.kt 4 additions, 2 deletions...mui/common/data/repository/PackageChangeRepositoryTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/common/data/repository/PackageUpdateMonitorTest.kt 30 additions, 7 deletions...stemui/common/data/repository/PackageUpdateMonitorTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/common/domain/interactor/PackageChangeInteractorTest.kt 175 additions, 0 deletions...i/common/domain/interactor/PackageChangeInteractorTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/homecontrols/HomeControlsComponentInteractorKosmos.kt 7 additions, 1 deletion...ams/homecontrols/HomeControlsComponentInteractorKosmos.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/homecontrols/HomeControlsComponentInteractorTest.kt 109 additions, 37 deletions...reams/homecontrols/HomeControlsComponentInteractorTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/homecontrols/HomeControlsDreamServiceTest.kt 43 additions, 62 deletions...temui/dreams/homecontrols/HomeControlsDreamServiceTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/InstalledTilesComponentRepositoryImplTest.kt 1 addition, 1 deletion...a/repository/InstalledTilesComponentRepositoryImplTest.kt
- packages/SystemUI/src/com/android/systemui/common/data/repository/PackageChangeRepository.kt 1 addition, 1 deletion...ystemui/common/data/repository/PackageChangeRepository.kt
- packages/SystemUI/src/com/android/systemui/common/data/repository/PackageChangeRepositoryImpl.kt 2 additions, 4 deletions...mui/common/data/repository/PackageChangeRepositoryImpl.kt
- packages/SystemUI/src/com/android/systemui/common/data/repository/PackageUpdateLogger.kt 1 addition, 1 deletion...id/systemui/common/data/repository/PackageUpdateLogger.kt
- packages/SystemUI/src/com/android/systemui/common/data/repository/PackageUpdateMonitor.kt 38 additions, 6 deletions...d/systemui/common/data/repository/PackageUpdateMonitor.kt
- packages/SystemUI/src/com/android/systemui/common/domain/interactor/PackageChangeInteractor.kt 68 additions, 0 deletions...temui/common/domain/interactor/PackageChangeInteractor.kt
- packages/SystemUI/src/com/android/systemui/common/shared/model/PackageChangeModel.kt 54 additions, 12 deletions...ndroid/systemui/common/shared/model/PackageChangeModel.kt
- packages/SystemUI/src/com/android/systemui/controls/start/ControlsStartable.kt 7 additions, 5 deletions.../com/android/systemui/controls/start/ControlsStartable.kt
- packages/SystemUI/src/com/android/systemui/dreams/homecontrols/HomeControlsDreamService.kt 33 additions, 2 deletions.../systemui/dreams/homecontrols/HomeControlsDreamService.kt
- packages/SystemUI/src/com/android/systemui/dreams/homecontrols/domain/interactor/HomeControlsComponentInteractor.kt 71 additions, 0 deletions...rols/domain/interactor/HomeControlsComponentInteractor.kt
- packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/InstalledTilesComponentRepository.kt 1 addition, 1 deletion...line/data/repository/InstalledTilesComponentRepository.kt
- packages/SystemUI/tests/src/com/android/systemui/controls/start/ControlsStartableTest.kt 3 additions, 3 deletions.../android/systemui/controls/start/ControlsStartableTest.kt
- packages/SystemUI/tests/utils/src/android/service/dream/DreamManagerKosmos.kt 3 additions, 1 deletion...sts/utils/src/android/service/dream/DreamManagerKosmos.kt
- packages/SystemUI/tests/utils/src/com/android/systemui/common/data/repository/FakePackageChangeRepository.kt 59 additions, 2 deletions...mui/common/data/repository/FakePackageChangeRepository.kt
Loading
Please register or sign in to comment