Searched defs:entryRepository (Results 1 – 6 of 6) sorted by relevance
134 val entryRepository by spaEnvironment.entryRepository in querySearchImmutableStatusData() constant145 val entryRepository by spaEnvironment.entryRepository in querySearchMutableStatusData() constant156 val entryRepository by spaEnvironment.entryRepository in querySearchStaticData() constant167 val entryRepository by spaEnvironment.entryRepository in querySearchDynamicData() constant178 val entryRepository by spaEnvironment.entryRepository in querySearchStaticRow() constant190 val entryRepository by spaEnvironment.entryRepository in querySearchDynamicRow() constant202 val entryRepository by spaEnvironment.entryRepository in fetchSearchData() constant237 val entryRepository by spaEnvironment.entryRepository in fetchSearchRow() constant
118 val entryRepository by spaEnvironment.entryRepository in queryPageDebug() constant135 val entryRepository by spaEnvironment.entryRepository in queryEntryDebug() constant153 val entryRepository by spaEnvironment.entryRepository in queryPageInfo() constant170 val entryRepository by spaEnvironment.entryRepository in queryEntryInfo() constant
109 val entryRepository by spaEnvironment.entryRepository in <lambda>() constant132 val entryRepository by spaEnvironment.entryRepository in <lambda>() constant148 val entryRepository by spaEnvironment.entryRepository in <lambda>() constant157 val entryRepository by spaEnvironment.entryRepository in <lambda>() constant170 val entryRepository by spaEnvironment.entryRepository in <lambda>() constant192 val entryRepository by spaEnvironment.entryRepository in <lambda>() constant
38 private val entryRepository by spaEnvironment.entryRepository constant in com.android.settingslib.spa.framework.common.SettingsEntryRepositoryTest
70 val entryRepository = lazy { SettingsEntryRepository(pageProviderRepository.value) } in <lambda>() constant
27 class SettingsSliceDataRepository(private val entryRepository: SettingsEntryRepository) { constant in com.android.settingslib.spa.slice.SettingsSliceDataRepository