Searched defs:communalWidgetDao (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/db/ | ||
D | CommunalDatabase.kt | 28 abstract fun communalWidgetDao(): CommunalWidgetDao in <lambda>() method |
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/ | ||
D | CommunalWidgetRepository.kt | 96 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/ | ||
D | CommunalWidgetDaoTest.kt | 45 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/ | ||
D | CommunalWidgetRepositoryImplTest.kt | 77 @Mock private lateinit var communalWidgetDao: CommunalWidgetDao variable in com.android.systemui.communal.data.repository.CommunalWidgetRepositoryImplTest |