Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepositoryImplTest.kt427 verify(communalWidgetDao).restoreCommunalHubState(any()) in restoreWidgets_deleteStateFileAfterWidgetsRestored()
449 verify(communalWidgetDao).restoreCommunalHubState(capture()) in restoreWidgets_restoredWidgetsNotRegisteredWithHostAreSkipped()
479 verify(communalWidgetDao).restoreCommunalHubState(capture()) in restoreWidgets_registeredWidgetsNotRestoredAreRemoved()
517 verify(communalWidgetDao).restoreCommunalHubState(capture()) in restoreWidgets_onlySomeWidgetsGotNewIds()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/db/
DCommunalWidgetDaoTest.kt229 fun restoreCommunalHubState() = in <lambda>() method in com.android.systemui.communal.data.db.CommunalWidgetDaoTest
235 communalWidgetDao.restoreCommunalHubState(fakeState) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/db/
DCommunalWidgetDao.kt165 fun restoreCommunalHubState(state: CommunalHubState) { in restoreCommunalHubState() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt264 communalWidgetDao.restoreCommunalHubState(newState) in restoreWidgets()