Adding HomeScreenRepo to expose homescreen data as repository

Bug: 390572144
Test: Presubmit
Flag: com.android.launcher3.model_repository
Change-Id: If82a388a44d7a9c448f6eb4901c2acdb508ccfdc
This commit is contained in:
Sunny Goyal
2025-04-11 13:28:08 -07:00
parent 45f4721a6e
commit 040ff3a7bf
8 changed files with 176 additions and 10 deletions
@@ -65,7 +65,7 @@ class QuickstepModelDelegateTest {
underTest.mHotseatState.predictor = hotseatPredictor
underTest.mWidgetsRecommendationState.predictor = widgetRecommendationPredictor
underTest.mModel = LauncherAppState.getInstance(context).model
underTest.mDataModel = BgDataModel(WidgetsModel(context))
underTest.mDataModel = BgDataModel(WidgetsModel(context), { null })
}
@Test