Searched refs:restoreCommunalHubState (Results 1 – 4 of 4) sorted by relevance
427 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()
229 fun restoreCommunalHubState() = in <lambda>() method in com.android.systemui.communal.data.db.CommunalWidgetDaoTest235 communalWidgetDao.restoreCommunalHubState(fakeState) in <lambda>()
165 fun restoreCommunalHubState(state: CommunalHubState) { in restoreCommunalHubState() method
264 communalWidgetDao.restoreCommunalHubState(newState) in restoreWidgets()