Home
last modified time | relevance | path

Searched defs:communalWidgetDao (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/db/
DCommunalDatabase.kt28 abstract fun communalWidgetDao(): CommunalWidgetDao in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt96 private val communalWidgetDao: CommunalWidgetDao, constant in com.android.systemui.communal.data.repository.CommunalWidgetRepositoryImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/db/
DCommunalWidgetDaoTest.kt45 private lateinit var communalWidgetDao: CommunalWidgetDao in <lambda>() variable in com.android.systemui.communal.data.db.CommunalWidgetDaoTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepositoryImplTest.kt77 @Mock private lateinit var communalWidgetDao: CommunalWidgetDao variable in com.android.systemui.communal.data.repository.CommunalWidgetRepositoryImplTest